Information about plays

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

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

{
    "id": 3634261,
    "uri": "https://api.kexp.org/v2/plays/3634261/?format=api",
    "airdate": "2026-03-27T12:33:47-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/17833024-560f-442c-a7db-c6b10ecaa01d/31403528830-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17833024-560f-442c-a7db-c6b10ecaa01d/31403528830-250.jpg",
    "song": "Thong Song",
    "track_id": null,
    "recording_id": "f146658e-f9ec-4e36-9189-5cba6923d379",
    "artist": "Sisqó",
    "artist_ids": [
        "25e0497c-faa4-4765-b232-baa20e5e35a7"
    ],
    "album": "Unleash the Dragon",
    "release_id": null,
    "release_group_id": "09334082-a6e0-367a-b17e-a587190bb1d2",
    "labels": [
        "Def Soul"
    ],
    "label_ids": [
        "9de1c82a-b0f7-46eb-9e1d-0a86a7b61d88"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sisqó originally freestyled the lyrics for \"Thong Song\" to a looped sample from \"Eleanor Rigby,\" but the violin track was later changed to avoid paying for the publishing rights. \nhttps://tinyurl.com/5d7nc43e",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}