Information about plays

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

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

{
    "id": 3598145,
    "uri": "https://api.kexp.org/v2/plays/3598145/?format=api",
    "airdate": "2025-12-30T19:49:48-08:00",
    "show": 65519,
    "show_uri": "https://api.kexp.org/v2/shows/65519/?format=api",
    "image_uri": "https://coverartarchive.org/release/6dc51b99-739d-454b-b9fa-1cc119b05c79/42159627810-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6dc51b99-739d-454b-b9fa-1cc119b05c79/42159627810-250.jpg",
    "song": "Maisha",
    "track_id": null,
    "recording_id": "ac9c383c-d251-4a5d-be0e-e3990c1c1e85",
    "artist": "The Zawose Queens",
    "artist_ids": [
        "55f3d301-f881-4390-9ed3-52b0a7c8069d"
    ],
    "album": "Maisha",
    "release_id": null,
    "release_group_id": "886f8c6e-2857-44a9-8a38-7c1ace1cc42a",
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tanzania, The Zawose Queens bring Wagogo traditions into the present with powerful rhythm and voice.\nhttps://realworldrecords.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}