Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/344721/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 344721,
    "uri": "https://api.kexp.org/v2/plays/344721/?format=api",
    "airdate": "2019-06-22T12:55:50-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody",
    "track_id": "7eb7d880-c8ca-4e50-9685-42e3bdc9e958",
    "recording_id": null,
    "artist": "Sinkane",
    "artist_ids": [
        "b15d17d4-37ea-4410-9ae4-60b5eee03459"
    ],
    "album": "Dépaysé",
    "release_id": "0fb2b9f7-7ed9-44aa-b9fa-7649f4d09f42",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sudanese-American musician Sinkane will be performing exclusively in the KEXP studio this Wednesday, June 26th at noon. Limited spots available. Register for this free event in person at KEXP 90 minutes prior to the start of the event.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}