Information about plays

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

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

{
    "id": 346024,
    "uri": "https://api.kexp.org/v2/plays/346024/?format=api",
    "airdate": "2019-06-25T16:07:56-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "http://coverartarchive.org/release/43896770-8d09-3a04-8dcc-e4754f2963ac/2992177301-250.jpg",
    "thumbnail_uri": "",
    "song": "Cold Light",
    "track_id": "5e75e603-7e8f-3533-aaca-4978fd935a70",
    "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": "The Yeah Yeah Yeahs made a huge splash with their debut record, which has sold over 1 million copies to date!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}