Information about plays

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

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

{
    "id": 483154,
    "uri": "https://api.kexp.org/v2/plays/483154/?format=api",
    "airdate": "2001-11-03T10:46:40-08:00",
    "show": 8249,
    "show_uri": "https://api.kexp.org/v2/shows/8249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scientist Coming Home in Dub (Come on Little Girl)",
    "track_id": "801ad294-4814-43f2-9811-b3c4f6e4fc4a",
    "recording_id": null,
    "artist": "King Tubby",
    "artist_ids": [
        "576134a6-9f1f-4bfa-af04-4848195849ca"
    ],
    "album": "King Tubby's Meets Scientist in a World of Dub",
    "release_id": "409b9329-5ea3-4e64-b343-1c4adf543da3",
    "release_group_id": null,
    "labels": [
        "Burning Sounds"
    ],
    "label_ids": [
        "051a9a51-a937-4fea-8a12-42a0d6bb8577"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}