Information about plays

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

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

{
    "id": 418892,
    "uri": "https://api.kexp.org/v2/plays/418892/?format=api",
    "airdate": "2001-04-27T18:10:26-07:00",
    "show": 6999,
    "show_uri": "https://api.kexp.org/v2/shows/6999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(There's) Good Rocking Tonight",
    "track_id": "45d3e94b-7101-4f7c-8c2d-c5d968939cac",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "A Celebration of Elvis 1935-1977, Volume 1",
    "release_id": "5e68a688-44f0-45fc-b9c6-810ec5533892",
    "release_group_id": null,
    "labels": [
        "Midnight Sun"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}