Information about plays

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

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

{
    "id": 345753,
    "uri": "https://api.kexp.org/v2/plays/345753/?format=api",
    "airdate": "2019-06-25T02:10:59-07:00",
    "show": 5766,
    "show_uri": "https://api.kexp.org/v2/shows/5766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Word Problem",
    "track_id": "51824307-5b71-4cc9-b5e9-7a7fed9198bd",
    "recording_id": null,
    "artist": "Helms Alee",
    "artist_ids": [
        "86f45ba7-c21a-466d-aaf8-6bde7f13a71a"
    ],
    "album": "Noctiluca",
    "release_id": "e09bbea5-2a5e-426b-bfdf-1faf4070733c",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Tuesday, July 9th at the Showbox with Jawbox! - https://helmsalee.bandcamp.com/album/noctiluca",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}