Information about plays

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

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

{
    "id": 3556079,
    "uri": "https://api.kexp.org/v2/plays/3556079/?format=api",
    "airdate": "2025-09-21T22:00:12-07:00",
    "show": 64627,
    "show_uri": "https://api.kexp.org/v2/shows/64627/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3614257-bde1-47cf-a06b-ca1f13de9c83/38677165639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3614257-bde1-47cf-a06b-ca1f13de9c83/38677165639-250.jpg",
    "song": "Nougat 94",
    "track_id": null,
    "recording_id": "68c46a77-ad28-4d23-9f20-cd9dfc41ae28",
    "artist": "Teffa",
    "artist_ids": [
        "10458319-d554-4be4-afe9-18506f3c766c"
    ],
    "album": "Nougat 94 / Frostbite",
    "release_id": null,
    "release_group_id": "1eae8c4c-6b6e-4fff-8d51-ceeb91659d51",
    "labels": [
        "Boka Records"
    ],
    "label_ids": [
        "50a763fc-e97a-4c71-8d24-1805b4f1ff16"
    ],
    "release_date": "2024-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bokarecords.bandcamp.com/track/nougat-94",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}