Information about plays

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

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

{
    "id": 3640570,
    "uri": "https://api.kexp.org/v2/plays/3640570/?format=api",
    "airdate": "2026-04-11T04:07:53-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8b9dd1f-3595-4a25-a6e6-5f8df83b9a25/2029532815-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8b9dd1f-3595-4a25-a6e6-5f8df83b9a25/2029532815-250.jpg",
    "song": "21st Century Boy",
    "track_id": null,
    "recording_id": "14620597-2e78-4bc6-9c54-3fd5e2325e8f",
    "artist": "Sigue Sigue Sputnik",
    "artist_ids": [
        "4ea47188-de59-4d11-9154-657749319a41"
    ],
    "album": "Flaunt It",
    "release_id": null,
    "release_group_id": "83527955-0198-398c-8893-074e908c13fa",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}