Information about plays

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

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

{
    "id": 373902,
    "uri": "https://api.kexp.org/v2/plays/373902/?format=api",
    "airdate": "2019-08-29T08:15:07-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/43896770-8d09-3a04-8dcc-e4754f2963ac/2992177301-250.jpg",
    "thumbnail_uri": "",
    "song": "Maps",
    "track_id": "cf29927b-ca9f-3bc8-b7a3-479b116b3375",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": "43896770-8d09-3a04-8dcc-e4754f2963ac",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tammy Victor's \"Tammy's Mix\" here on Mixtape Week | \"On one of our first dates at Stellar pizza in Georgetown he gave me a CD titled Tammy’s Mix... \"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}