Information about plays

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

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

{
    "id": 3549248,
    "uri": "https://api.kexp.org/v2/plays/3549248/?format=api",
    "airdate": "2025-09-05T14:14:50-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://ia601309.us.archive.org/4/items/mbid-78259a04-8c7c-43eb-9087-98c6fc2c74d8/mbid-78259a04-8c7c-43eb-9087-98c6fc2c74d8-23805163356_thumb500.jpg",
    "thumbnail_uri": "https://ia601309.us.archive.org/4/items/mbid-78259a04-8c7c-43eb-9087-98c6fc2c74d8/mbid-78259a04-8c7c-43eb-9087-98c6fc2c74d8-23805163356_thumb250.jpg",
    "song": "Nobody Gets Me Down",
    "track_id": "ba03cef4-a296-306f-9480-960394c13596",
    "recording_id": "55184132-efba-4e1d-9fac-5f5f8ff43a52",
    "artist": "T-Model Ford",
    "artist_ids": [
        "1601246d-9f0b-4e77-abfe-b4e631288eaa"
    ],
    "album": "Pee-Wee Get My Gun",
    "release_id": "78259a04-8c7c-43eb-9087-98c6fc2c74d8",
    "release_group_id": "9f892537-29cd-347e-a3cc-8f211a1a5947",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1997-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Lance in Gibsons BC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}