Information about plays

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

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

{
    "id": 439456,
    "uri": "https://api.kexp.org/v2/plays/439456/?format=api",
    "airdate": "2001-06-28T12:00:00-07:00",
    "show": 7408,
    "show_uri": "https://api.kexp.org/v2/shows/7408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goldfinger",
    "track_id": "25d6fd08-3af9-4418-875a-2093ec531367",
    "recording_id": null,
    "artist": "Tommy McCook & The Skatalites",
    "artist_ids": [
        "8b83b41d-190b-4d5c-84b0-2a5ac60c4d76"
    ],
    "album": "Tribute to Tommy: The Best of Tommy McCook & The Skatalites",
    "release_id": "a5a68c00-518c-4d35-893c-2ee284f1a34a",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}