Information about plays

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

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

{
    "id": 3636300,
    "uri": "https://api.kexp.org/v2/plays/3636300/?format=api",
    "airdate": "2026-04-01T04:22:04-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/85d8f3da-cbd2-4202-99ec-40bb0d14ea59/9150583869-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85d8f3da-cbd2-4202-99ec-40bb0d14ea59/9150583869-250.jpg",
    "song": "I Can Still Hear the Music in the Restroom",
    "track_id": null,
    "recording_id": "950b294b-c425-4b86-9e6e-557f8b403b19",
    "artist": "Jerry Lee Lewis",
    "artist_ids": [
        "b59ac58d-036e-4bba-8112-c32a34c4575b"
    ],
    "album": "Boogie Woogie Country Man",
    "release_id": null,
    "release_group_id": "b68779a5-1a75-4a14-9678-6868e3bc3494",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}