Information about plays

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

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

{
    "id": 3633713,
    "uri": "https://api.kexp.org/v2/plays/3633713/?format=api",
    "airdate": "2026-03-26T02:20:11-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": "Over and Over",
    "track_id": null,
    "recording_id": "5267b085-0036-480d-a90f-e87eee9e246a",
    "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": "“Over and Over” was an Ashford & Simpson-penned release from Sylvester’s fruitful Fantasy period, dropped in 1977. Oddly enough, the b-side “Down, Down, Down” was actually the first single from the self-titled Sylvester album while the second, “Over and Over” failed to chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}