Information about plays

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

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

{
    "id": 446512,
    "uri": "https://api.kexp.org/v2/plays/446512/?format=api",
    "airdate": "2001-07-19T03:40:00-07:00",
    "show": 7542,
    "show_uri": "https://api.kexp.org/v2/shows/7542/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Myl2OdTeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Myl2OdTeL._SL75_.jpg",
    "song": "This Will Be Our Year (stereo version)",
    "track_id": "a7b4696f-0e92-48b6-ac1a-5096b1d33778",
    "recording_id": null,
    "artist": "The Zombies",
    "artist_ids": [
        "230ca093-1d00-4c57-9235-147942f66930"
    ],
    "album": "Zombie Heaven (disc 2: Odessey & Oracle and The Lost Album)",
    "release_id": "485eb796-302f-40ee-a7de-d78081beebc9",
    "release_group_id": null,
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "1997-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}