Information about plays

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

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

{
    "id": 346001,
    "uri": "https://api.kexp.org/v2/plays/346001/?format=api",
    "airdate": "2019-06-25T14:38:06-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff5e690a-06f2-4eeb-85f2-b55542d7571b/22718793301-250.jpg",
    "thumbnail_uri": "",
    "song": "Exits",
    "track_id": "ea68585d-077e-4ded-85f1-0c00a5045075",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost—Part 1",
    "release_id": "ff5e690a-06f2-4eeb-85f2-b55542d7571b",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Everything Not Saved Will Be Lost - Pt. 1 is the first of two installments of new music coming from British rockers Foals in 2019. Expect the second part in the coming months!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}