Information about plays

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

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

{
    "id": 3547292,
    "uri": "https://api.kexp.org/v2/plays/3547292/?format=api",
    "airdate": "2025-08-31T19:49:07-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/7021adc6-9776-468c-8d8e-1c94b0919b34/28085725107-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7021adc6-9776-468c-8d8e-1c94b0919b34/28085725107-250.jpg",
    "song": "I’m Not the Man I Used to Be",
    "track_id": null,
    "recording_id": "a04e553a-a077-4296-8e3b-c3cd307f5e11",
    "artist": "Fine Young Cannibals",
    "artist_ids": [
        "23b0f3d6-ba54-4597-a1c7-24c6dd348ef7"
    ],
    "album": "The Raw & The Cooked",
    "release_id": null,
    "release_group_id": "9df38bbc-502a-3dff-9fb5-9bf8c1751cec",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Raw & The Cooked was the Birmingham group's second studio album and the last to be released before their hiatus began in 1992.\n\nHere's the video: https://www.youtube.com/watch?v=tk6bnmVRbhw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}