Information about plays

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

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

{
    "id": 482278,
    "uri": "https://api.kexp.org/v2/plays/482278/?format=api",
    "airdate": "2001-10-31T20:16:40-08:00",
    "show": 8233,
    "show_uri": "https://api.kexp.org/v2/shows/8233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baja",
    "track_id": "c2611746-3f14-4500-b15f-6f16cb8e2278",
    "recording_id": null,
    "artist": "The Astronauts",
    "artist_ids": [
        "e97d0a22-6b6d-46d8-a189-54311bfeebf4"
    ],
    "album": "Cowabunga! The Surf Box (disc 2: Big Waves (1963))",
    "release_id": "a7c3a2e3-e950-4f55-8642-c9b8b8d6de89",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1996-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}