Information about plays

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

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

{
    "id": 356926,
    "uri": "https://api.kexp.org/v2/plays/356926/?format=api",
    "airdate": "2019-07-20T16:39:00-07:00",
    "show": 5947,
    "show_uri": "https://api.kexp.org/v2/shows/5947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghosts",
    "track_id": "42d32f83-9d96-365d-ab5d-2aaed7388ea6",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Velocifero",
    "release_id": "20807576-b212-3591-be3e-d40ee27a987f",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [],
    "release_date": "2008-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ladytron will be playing at The Neptune Theatre on Thursday, December 12th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}