Information about plays

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

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

{
    "id": 3587179,
    "uri": "https://api.kexp.org/v2/plays/3587179/?format=api",
    "airdate": "2025-12-05T14:42:59-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Up Edina",
    "track_id": null,
    "recording_id": "f41cf4c0-e2ce-4641-9338-d4f20c41e1f5",
    "artist": "Desmond Dekker",
    "artist_ids": [
        "8ac5bea6-3a62-4e28-9df7-03f24d4c06fc"
    ],
    "album": "King of Ska (The Beverley's Records · Ska Singles Collection 1963-1967)",
    "release_id": null,
    "release_group_id": "cd6755f1-7e2e-454f-9fbf-d9c3c2b5fbaa",
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2023-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known as the King of Ska, Jamaican musician Desmond Dekker found fame bringing Jamaican music like ska, rocksteady, and early reggae to a global audience",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}