Information about plays

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

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

{
    "id": 382414,
    "uri": "https://api.kexp.org/v2/plays/382414/?format=api",
    "airdate": "2019-09-18T08:38:48-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/59752819-1e3f-4ff5-bad2-7b8fc92b4b18/10335245464-250.jpg",
    "thumbnail_uri": "",
    "song": "May This Be Love",
    "track_id": "670c7aee-6ed5-3aae-9b25-3f94dfc126ba",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": null,
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jimi Hendrix was pronounced dead on arrival at St. Mary Abbot's Hospital in London at 12:45pm on Sept. 18, 1970. He was 27.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}