Information about plays

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

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

{
    "id": 350210,
    "uri": "https://api.kexp.org/v2/plays/350210/?format=api",
    "airdate": "2019-07-04T22:21:32-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/84f2a351-913b-4f73-853b-023e5c256912/22994127066-250.jpg",
    "thumbnail_uri": "",
    "song": "SUN RA",
    "track_id": "6069631b-f2b9-49a4-aa9f-9a1537baaf3e",
    "recording_id": null,
    "artist": "Jamila Woods featuring theMIND & Jasminfire",
    "artist_ids": [
        "a357b4fb-b0ca-4b4e-9b6b-2030bb2ce2d6"
    ],
    "album": "LEGACY! LEGACY!",
    "release_id": "84f2a351-913b-4f73-853b-023e5c256912",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer, songwriter Jamila Woods is back with her brand new album titled LEGACY! LEGACY! and it is a tribute to Black genius. \nEach song on the album is titled after another legendary figure https://jamilawoodsmusic.bandcamp.com/album/legacy-legacy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}