Information about plays

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

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

{
    "id": 350547,
    "uri": "https://api.kexp.org/v2/plays/350547/?format=api",
    "airdate": "2019-07-05T18:20:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Is Jazz (Tape Five Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Club des Belugas",
    "artist_ids": [
        "b22b957a-47a9-4c09-86f5-e3c63afcd786"
    ],
    "album": "Best of",
    "release_id": "74da589d-6c45-462d-b993-45c62644542b",
    "release_group_id": null,
    "labels": [
        "ChinChin Records"
    ],
    "label_ids": [
        "be6cbe10-107e-473a-94fd-7f1a6d321d1a"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2nd hit of electro-swing. From Germany. Remixed by Tape 5. https://www.club-des-belugas.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}