Information about plays

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

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

{
    "id": 3521855,
    "uri": "https://api.kexp.org/v2/plays/3521855/?format=api",
    "airdate": "2025-07-02T22:54:44-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://coverartarchive.org/release/b853fbd7-d9ed-48d0-8940-8fc3530ebb84/41662771022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b853fbd7-d9ed-48d0-8940-8fc3530ebb84/41662771022-250.jpg",
    "song": "Slow Torture of an Hourly Wage",
    "track_id": null,
    "recording_id": "4df45454-6b01-4919-8864-266790b82e66",
    "artist": "The Reds, Pinks & Purples",
    "artist_ids": [
        "8b5adedc-5ce8-4c7d-a22a-ffeaddad7738"
    ],
    "album": "The Past Is a Garden I Never Fed",
    "release_id": null,
    "release_group_id": "c2b08898-111a-40ad-a1fc-b6ae17dfa5e1",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2025-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://theredspinksandpurples.bandcamp.com/album/the-past-is-a-garden-i-never-fed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}