Information about plays

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

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

{
    "id": 3413216,
    "uri": "https://api.kexp.org/v2/plays/3413216/?format=api",
    "airdate": "2024-10-16T02:40:50-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tide Is High",
    "track_id": null,
    "recording_id": "2e5ce2ed-0415-4e21-a2e7-4731b1e8fdbd",
    "artist": "The Paragons",
    "artist_ids": [
        "be976b44-a297-425c-be6a-a648418b3161"
    ],
    "album": "Reggae Classics – Ska and Reggae Greats",
    "release_id": null,
    "release_group_id": "de1c9d34-803b-48f5-95e0-b2a69f872117",
    "labels": [
        "Crimson Productions"
    ],
    "label_ids": [
        "c9176440-54a2-4b41-a250-718b9fe8b891"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Paragons were a ska and rocksteady vocal group from Kingston, Jamaica. \"The Tide is High\" was written by band member John Holt.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}