Information about plays

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

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

{
    "id": 3523253,
    "uri": "https://api.kexp.org/v2/plays/3523253/?format=api",
    "airdate": "2025-07-06T00:20:58-07:00",
    "show": 63934,
    "show_uri": "https://api.kexp.org/v2/shows/63934/?format=api",
    "image_uri": "https://coverartarchive.org/release/adc0d705-9e31-4c33-8167-6c684ba118c2/15339338216-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adc0d705-9e31-4c33-8167-6c684ba118c2/15339338216-250.jpg",
    "song": "I Am the Hammer",
    "track_id": null,
    "recording_id": "e51ac713-a29d-41f0-8b5d-9e79aefe8407",
    "artist": "Eternal Champion",
    "artist_ids": [
        "a5e4a7e8-eed5-4d06-a56d-cb94eeaa20ca"
    ],
    "album": "The Armor of Ire",
    "release_id": null,
    "release_group_id": "f8b9cd89-561a-4635-9306-62f98c2fc2a7",
    "labels": [
        "No Remorse Records"
    ],
    "label_ids": [
        "a5bd3c35-9d42-4eff-89c3-c67c4b57221d"
    ],
    "release_date": "2016-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin, Texas\nhttp://eternalchampion.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}