Information about plays

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

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

{
    "id": 436107,
    "uri": "https://api.kexp.org/v2/plays/436107/?format=api",
    "airdate": "2001-06-19T00:45:00-07:00",
    "show": 7344,
    "show_uri": "https://api.kexp.org/v2/shows/7344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Medium, Ruhig (Bom-Zeke-Bom)",
    "track_id": "42f5cb0f-715d-4057-9ca8-a3769df57e15",
    "recording_id": null,
    "artist": "Sven-Åke Johansson",
    "artist_ids": [
        "8bc7d277-524e-4eda-9494-e8303ccb7dd8"
    ],
    "album": "Six Little Pieces for Quintet",
    "release_id": "477cbb26-ed6d-4741-8f40-6ca42a00443c",
    "release_group_id": null,
    "labels": [
        "hatOLOGY"
    ],
    "label_ids": [
        "156c9783-4159-4ed5-9121-bb4a6d260dc6"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}