Information about plays

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

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

{
    "id": 442548,
    "uri": "https://api.kexp.org/v2/plays/442548/?format=api",
    "airdate": "2001-07-07T11:09:13-07:00",
    "show": 7467,
    "show_uri": "https://api.kexp.org/v2/shows/7467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Jumping Master",
    "track_id": "7cdb1ee8-e349-4809-ad5c-e863c0cf7613",
    "recording_id": null,
    "artist": "Mikey Dread",
    "artist_ids": [
        "85fcc6c7-4b54-40dd-bd0e-0df68309acea"
    ],
    "album": "World War III",
    "release_id": "5e34bf83-51e5-4f20-adfa-6e582a13dabc",
    "release_group_id": null,
    "labels": [
        "Dread at the Controls"
    ],
    "label_ids": [
        "0774fa00-b630-4f30-9318-a4f8a9baa2e6"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}