Information about plays

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

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

{
    "id": 372542,
    "uri": "https://api.kexp.org/v2/plays/372542/?format=api",
    "airdate": "2019-08-26T11:57:22-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc/23545082637-250.jpg",
    "thumbnail_uri": "",
    "song": "Darkness and Cold",
    "track_id": "ba11b3be-e47e-4ca0-8311-ace72cbf30a9",
    "recording_id": null,
    "artist": "Purple Mountains",
    "artist_ids": [
        "f1c5239b-0c9c-4453-8620-168df0b7f636"
    ],
    "album": "Purple Mountains",
    "release_id": "7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Darkness and Cold\" was selected by Cheryl for this week's Music That Matters podcast: https://www.kexp.org/podcasts/music-matters/2019/8/23/music-matters-vol-683-melody-love/ Read a remembrance of David Berman, \"poet of the void\":  https://www.thefader.com/2019/08/08/david-berman-silver-jews-purple-mountains-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}