Information about plays

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

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

{
    "id": 3561390,
    "uri": "https://api.kexp.org/v2/plays/3561390/?format=api",
    "airdate": "2025-10-04T21:31:30-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://ia801603.us.archive.org/19/items/mbid-1f860560-9cfc-4e9b-abbb-98bdc84f7d2a/mbid-1f860560-9cfc-4e9b-abbb-98bdc84f7d2a-3331796702_thumb500.jpg",
    "thumbnail_uri": "https://ia601603.us.archive.org/19/items/mbid-1f860560-9cfc-4e9b-abbb-98bdc84f7d2a/mbid-1f860560-9cfc-4e9b-abbb-98bdc84f7d2a-3331796702_thumb250.jpg",
    "song": "White Belt",
    "track_id": "2df32861-8623-37c6-8009-4acd2bbc282b",
    "recording_id": "4a1c99c1-5f46-4292-b7ae-5a23c977c715",
    "artist": "Rocket From the Crypt",
    "artist_ids": [
        "e297ecdf-64ec-4e34-899d-80380f5b0c2a"
    ],
    "album": "Group Sounds",
    "release_id": "1f860560-9cfc-4e9b-abbb-98bdc84f7d2a",
    "release_group_id": "8c7c4621-53fd-3a12-aff8-3ca0a953474a",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2001-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First album with drummer and professional skateboarder Mario Rubalcaba.\n\nhttps://www.rftc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}