Information about plays

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

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

{
    "id": 3613344,
    "uri": "https://api.kexp.org/v2/plays/3613344/?format=api",
    "airdate": "2026-02-05T01:58:33-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://coverartarchive.org/release/d649cfa8-acd8-4b78-8602-a14ae4435f22/22189211608-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d649cfa8-acd8-4b78-8602-a14ae4435f22/22189211608-250.jpg",
    "song": "Fingerprint File",
    "track_id": null,
    "recording_id": "87d3315c-f0c1-422e-b163-b06b7a032f37",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "It’s Only Rock ’n Roll",
    "release_id": null,
    "release_group_id": "cc0ef7ba-01f1-3faf-8238-b63369ff5d2b",
    "labels": [
        "Rolling Stones Records"
    ],
    "label_ids": [
        "902810e8-095c-4c2b-869a-7b9b02da7687"
    ],
    "release_date": "1974-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Will in Capitol Hill!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}