Information about plays

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

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

{
    "id": 372341,
    "uri": "https://api.kexp.org/v2/plays/372341/?format=api",
    "airdate": "2019-08-25T23:34:55-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Let",
    "track_id": null,
    "recording_id": null,
    "artist": "Love Letters",
    "artist_ids": [],
    "album": "Cast Off EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Bunker New York"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Slammin' EP from NYC's Maxime Robillard - https://thebunkerny.bandcamp.com/album/cast-off-ep-the-bunker-new-york-040",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}