Information about plays

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

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

{
    "id": 354337,
    "uri": "https://api.kexp.org/v2/plays/354337/?format=api",
    "airdate": "2019-07-14T15:18:36-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "http://coverartarchive.org/release/3e2ccfe3-307e-3977-9198-bd7fc047d5f5/4816890925-250.jpg",
    "thumbnail_uri": "",
    "song": "Soma",
    "track_id": "4b78c41f-73ba-396b-949c-f7c52d8302ad",
    "recording_id": null,
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Is This It",
    "release_id": "3e2ccfe3-307e-3977-9198-bd7fc047d5f5",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://thestrokes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}