Information about plays

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

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

{
    "id": 3633720,
    "uri": "https://api.kexp.org/v2/plays/3633720/?format=api",
    "airdate": "2026-03-26T02:46:54-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/f59259a1-e7ce-4a7a-a16c-624645a92dee/24579464432-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f59259a1-e7ce-4a7a-a16c-624645a92dee/24579464432-250.jpg",
    "song": "I Been Down",
    "track_id": null,
    "recording_id": "b4396146-a345-443d-9b85-eb194c4a21b8",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Sylvester",
    "release_id": null,
    "release_group_id": "4f33a417-48d3-4e1b-b5d7-f0e69bf85729",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvester's cover of the 1973 Margie Joseph tune....On the track \"I've Been Down\", the lead vocals are performed by Izora Rhodes and Martha Wash, known at the time as Two Tons o' Fun, they later went on to record as The Weather Girls.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}