Information about plays

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

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

{
    "id": 467953,
    "uri": "https://api.kexp.org/v2/plays/467953/?format=api",
    "airdate": "2001-09-19T22:20:00-07:00",
    "show": 7961,
    "show_uri": "https://api.kexp.org/v2/shows/7961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Greece",
    "track_id": "942ab392-846b-4c33-916f-5fe16300c65d",
    "recording_id": null,
    "artist": "Piano Magic",
    "artist_ids": [
        "88861c95-0cd8-4710-81ef-6cecd7ea8ff5"
    ],
    "album": "Mort aux vaches",
    "release_id": "9fe3b98b-4e48-401d-8e84-477548a00552",
    "release_group_id": null,
    "labels": [
        "Staalplaat"
    ],
    "label_ids": [
        "587b13df-af40-44ed-b7b1-3ed29d0f209d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}