Information about plays

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

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

{
    "id": 3640979,
    "uri": "https://api.kexp.org/v2/plays/3640979/?format=api",
    "airdate": "2026-04-11T23:35:32-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b6bd3b5-81e7-4da8-846a-e7d9b1accf6e/40559746323-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b6bd3b5-81e7-4da8-846a-e7d9b1accf6e/40559746323-250.jpg",
    "song": "Better Each Day",
    "track_id": null,
    "recording_id": "bc0213b2-262c-4489-a46f-8c54024cfb52",
    "artist": "NOBRO",
    "artist_ids": [
        "9eef8f6a-8f0f-49f5-a681-aa0eaa015138"
    ],
    "album": "Live Your Truth Shred Some Gnar",
    "release_id": null,
    "release_group_id": "70cb71d1-064e-41d6-97fd-d696a1da1a0e",
    "labels": [
        "Dine Alone Records"
    ],
    "label_ids": [
        "daa3742f-061f-4a07-bf79-4302a03cece3"
    ],
    "release_date": "2022-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}