Information about plays

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

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

{
    "id": 3572405,
    "uri": "https://api.kexp.org/v2/plays/3572405/?format=api",
    "airdate": "2025-11-01T00:38:52-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/7aeea5e0-c3b9-4eb8-ade2-012a808bca89/36336680770-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7aeea5e0-c3b9-4eb8-ade2-012a808bca89/36336680770-250.jpg",
    "song": "Rest in Piss",
    "track_id": null,
    "recording_id": "5fe37571-f245-4e3d-9929-528b3af6d9f4",
    "artist": "Brotha Lynch Hung",
    "artist_ids": [
        "f1fa0780-a922-4f0f-b43e-30331b520238"
    ],
    "album": "Season of da Siccness: The Resurrection",
    "release_id": null,
    "release_group_id": "912cf13a-9343-3026-9113-d85897025025",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sacramento!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}