Information about plays

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

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

{
    "id": 3522706,
    "uri": "https://api.kexp.org/v2/plays/3522706/?format=api",
    "airdate": "2025-07-04T20:33:56-07:00",
    "show": 63920,
    "show_uri": "https://api.kexp.org/v2/shows/63920/?format=api",
    "image_uri": "https://coverartarchive.org/release/37f414ca-3c0b-4804-9201-8b07e2693001/2822206497-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37f414ca-3c0b-4804-9201-8b07e2693001/2822206497-250.jpg",
    "song": "Apartheid Is Nazism",
    "track_id": null,
    "recording_id": "f8dcf376-cd01-49a6-b354-083c961981bc",
    "artist": "Alpha Blondy",
    "artist_ids": [
        "88502cc3-20e7-4c5d-b583-ea84ed263db4"
    ],
    "album": "Apartheid Is Nazism",
    "release_id": null,
    "release_group_id": "c6c2b516-1086-3d34-ac6a-973431d0fa96",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alpha Blondy is an African reggae legend from Cote d'Ivoire. This song was released as an anti apartheid song in solidarity with South Africans!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}