Information about plays

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

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

{
    "id": 3622852,
    "uri": "https://api.kexp.org/v2/plays/3622852/?format=api",
    "airdate": "2026-02-27T03:59:11-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2e74e18-9128-47cf-905a-95f9419c75ba/41393097679-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2e74e18-9128-47cf-905a-95f9419c75ba/41393097679-250.jpg",
    "song": "Tossing Coins Into the Fountain of Fuck",
    "track_id": null,
    "recording_id": "23742ca5-9398-4cb7-91b8-4818779b8485",
    "artist": "Melvins & Napalm Death",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb",
        "ce7bba8b-026b-4aa6-bddb-f98ed6d595e4"
    ],
    "album": "Savage Imperial Death March",
    "release_id": null,
    "release_group_id": "e7a36dd0-a879-4cfe-9ed1-0f78c4fca565",
    "labels": [
        "Amphetamine Reptile Records"
    ],
    "label_ids": [
        "0e17e742-057c-4ee8-af67-cf9090089877"
    ],
    "release_date": "2025-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Skyler!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}