Information about plays

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

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

{
    "id": 349957,
    "uri": "https://api.kexp.org/v2/plays/349957/?format=api",
    "airdate": "2019-07-04T08:11:47-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9/20510904847-250.jpg",
    "thumbnail_uri": "",
    "song": "Pray",
    "track_id": "57aa3820-31ec-473b-87de-747ee76de6b2",
    "recording_id": null,
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "For Ever",
    "release_id": "de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jungle will be one of the many bands playing at Capitol Hill Block Party this month! Find the full lineup, schedule, and passes here: https://www.capitolhillblockparty.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}