Information about plays

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

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

{
    "id": 349040,
    "uri": "https://api.kexp.org/v2/plays/349040/?format=api",
    "airdate": "2019-07-02T13:09:40-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/1e4e1f85-897d-4f0b-9024-97a68b590c68/5918492377-250.jpg",
    "thumbnail_uri": "",
    "song": "The World (Is Going Up in Flames)",
    "track_id": "08ccbed2-4943-3310-bcbe-71d053860866",
    "recording_id": null,
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "No Time for Dreaming",
    "release_id": "1e4e1f85-897d-4f0b-9024-97a68b590c68",
    "release_group_id": null,
    "labels": [
        "Dunham Records"
    ],
    "label_ids": [
        "1ce58e6d-ae35-49f9-9a93-f66543871354"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's an article about some of the protest songs of the late Charles Bradley:  https://shadowproof.com/2017/09/27/the-protest-songs-of-charles-bradley/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}