Information about plays

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

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

{
    "id": 482116,
    "uri": "https://api.kexp.org/v2/plays/482116/?format=api",
    "airdate": "2001-10-31T11:00:00-08:00",
    "show": 8231,
    "show_uri": "https://api.kexp.org/v2/shows/8231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Put a Spell on You",
    "track_id": "99fe9589-78f4-476f-9365-7fdcc69d9c0d",
    "recording_id": null,
    "artist": "Diamanda Galás",
    "artist_ids": [
        "f569a00a-a5d4-4269-b383-e125a0b515a4"
    ],
    "album": "The Singer",
    "release_id": "9748b3a3-cf66-44fe-b9d7-6e9edd261aef",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}