Information about plays

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

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

{
    "id": 3567171,
    "uri": "https://api.kexp.org/v2/plays/3567171/?format=api",
    "airdate": "2025-10-19T11:43:40-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fcf0d35-1ced-4983-b174-85271d4b2a44/39690794263-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fcf0d35-1ced-4983-b174-85271d4b2a44/39690794263-250.jpg",
    "song": "I Can’t Feel",
    "track_id": null,
    "recording_id": "488f6bd1-3712-4dad-b361-33c5d907d367",
    "artist": "Los Yesterdays",
    "artist_ids": [
        "53ec8aab-bc49-4b56-bd5b-b80c96e2a03d"
    ],
    "album": "Frozen In Time",
    "release_id": null,
    "release_group_id": "37978f85-ef4e-4c88-88ee-5f418eea1413",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2024-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded by producer/drummer Gabriel Rowland and singer/songwriter Victor Benavides in Altadena, CA, they were literally a garage band until a chance encounter at a backyard BBQ with a record producer helped them bring their love of soul music as young Chicanos beyond their neighborhood scene.\nhttps://losyesterdays.bandcamp.com/album/frozen-in-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}