Information about plays

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

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

{
    "id": 3574896,
    "uri": "https://api.kexp.org/v2/plays/3574896/?format=api",
    "airdate": "2025-11-06T23:12:31-08:00",
    "show": 65041,
    "show_uri": "https://api.kexp.org/v2/shows/65041/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c65dc93-6748-3bb5-be18-bdbbad7f8d42/30269215841-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c65dc93-6748-3bb5-be18-bdbbad7f8d42/30269215841-250.jpg",
    "song": "Go Ahead in the Rain",
    "track_id": null,
    "recording_id": "52368cbb-bd9a-47ca-ac01-baa1f5cfdd3e",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": null,
    "release_group_id": "02adb8a7-496c-3a9a-a324-662df73fdba5",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}