Information about plays

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

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

{
    "id": 379579,
    "uri": "https://api.kexp.org/v2/plays/379579/?format=api",
    "airdate": "2019-09-11T14:13:43-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leave Room 2 Breathe",
    "track_id": "f6501d4c-7500-49f4-8b7b-59e3f2d22f35",
    "recording_id": null,
    "artist": "Jayda G featuring Alexa Dash",
    "artist_ids": [
        "92605251-a853-45c6-9e0a-297bb6e33453"
    ],
    "album": "Significant Changes",
    "release_id": "2dbb50e3-ec01-4531-935b-93aaad3294a5",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Before she was a DJ, Jayda G was focused on environmental toxicology, looking at the effects of various chemicals on Salish Sea orcas for her graduate degree. She is trying to bridge the gap between science and music. Read more about that here: https://bit.ly/2ksQnyh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}