Information about plays

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

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

{
    "id": 353351,
    "uri": "https://api.kexp.org/v2/plays/353351/?format=api",
    "airdate": "2019-07-12T05:43:00-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "http://coverartarchive.org/release/616d4e11-d2de-4673-b061-23bf702592d7/15452823976-250.jpg",
    "thumbnail_uri": "",
    "song": "Two Horses",
    "track_id": "1106185e-9204-49b1-95be-d4a955b6eeef",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Houston: Publishing Demos 2002",
    "release_id": "616d4e11-d2de-4673-b061-23bf702592d7",
    "release_group_id": null,
    "labels": [
        "Ipecac Recordings"
    ],
    "label_ids": [
        "1ead555f-78d5-4d8a-aab5-d69f4013a0ac"
    ],
    "release_date": "2015-08-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}