Information about plays

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

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

{
    "id": 3539552,
    "uri": "https://api.kexp.org/v2/plays/3539552/?format=api",
    "airdate": "2025-08-13T09:59:57-07:00",
    "show": 64277,
    "show_uri": "https://api.kexp.org/v2/shows/64277/?format=api",
    "image_uri": "https://ia600202.us.archive.org/25/items/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18-10335245464_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/25/items/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18-10335245464_thumb250.jpg",
    "song": "State of Love and Trust",
    "track_id": "dc1a91cd-662b-3179-9655-16c8473f151b",
    "recording_id": "1170d038-c3ad-4d36-86e9-cb9215626e02",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": "9c80717d-43e0-3219-b8c8-019f5d83cf60",
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}