Information about plays

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

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

{
    "id": 3422320,
    "uri": "https://api.kexp.org/v2/plays/3422320/?format=api",
    "airdate": "2024-11-07T02:17:24-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia801302.us.archive.org/10/items/mbid-4ccca10d-45dd-31f7-8d34-ff97d09f8a2b/mbid-4ccca10d-45dd-31f7-8d34-ff97d09f8a2b-6322966922_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/10/items/mbid-4ccca10d-45dd-31f7-8d34-ff97d09f8a2b/mbid-4ccca10d-45dd-31f7-8d34-ff97d09f8a2b-6322966922_thumb250.jpg",
    "song": "Get Up Stand Up",
    "track_id": "fec503c5-632b-3d00-aba8-c93ed4d66179",
    "recording_id": "d656e897-a199-4b8b-941e-82edd4fb56be",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Legend: The Best of Bob Marley and The Wailers",
    "release_id": "4ccca10d-45dd-31f7-8d34-ff97d09f8a2b",
    "release_group_id": "1a4c52cd-483a-347c-93f9-4d512767c7ba",
    "labels": [
        "Tuff Gong",
        "Island"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c",
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}