Information about plays

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

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

{
    "id": 3639329,
    "uri": "https://api.kexp.org/v2/plays/3639329/?format=api",
    "airdate": "2026-04-08T04:46:04-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://coverartarchive.org/release/556fb8a5-3f9b-4ee7-9acc-6a54d31a743c/25651087950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/556fb8a5-3f9b-4ee7-9acc-6a54d31a743c/25651087950-250.jpg",
    "song": "Conversation With a Cop",
    "track_id": null,
    "recording_id": "7753730e-cbc8-46ec-8d26-b95acc251410",
    "artist": "Fanny",
    "artist_ids": [
        "680ed212-93dc-4fd2-8d51-8d560060bd86"
    ],
    "album": "Fanny",
    "release_id": null,
    "release_group_id": "6852f7b4-28e4-41f6-9e3e-4ff9d10b2ffd",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1970-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}