Information about plays

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

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

{
    "id": 2675455,
    "uri": "https://api.kexp.org/v2/plays/2675455/?format=api",
    "airdate": "2019-12-19T16:54:51-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ruminant Band",
    "track_id": "d2590126-fbf9-3be0-97dd-4eba76b4b207",
    "recording_id": null,
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "The Ruminant Band",
    "release_id": "9dbdc9a4-e23d-4652-80c0-42b05aec823b",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-08-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fruit Bats will be here in Seattle at the Tractor Tavern on for TWO NIGHTS! December 20th & 21st!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}