Information about plays

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

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

{
    "id": 2678399,
    "uri": "https://api.kexp.org/v2/plays/2678399/?format=api",
    "airdate": "2019-12-26T14:15:34-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4783344-6746-4938-b908-16e2c82e7ff9/2045768228-250.jpg",
    "thumbnail_uri": "",
    "song": "Y Control",
    "track_id": "315e3caa-1a7f-3f6f-9497-90bb9fd49a91",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": "f4783344-6746-4938-b908-16e2c82e7ff9",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2003-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though often compared to Siouxsie Sioux, Debbie Harry and other famous frontwomen, Karen O said her singing was actually influenced by Neil Young and Neutral Milk Hotel’s Jeff Mangum - https://bit.ly/2DN9xVn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}