Information about plays

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

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

{
    "id": 3657203,
    "uri": "https://api.kexp.org/v2/plays/3657203/?format=api",
    "airdate": "2026-05-20T10:59:20-07:00",
    "show": 66767,
    "show_uri": "https://api.kexp.org/v2/shows/66767/?format=api",
    "image_uri": "https://coverartarchive.org/release/a59a0e76-ae5c-4373-84de-644f55a45150/12699162449-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a59a0e76-ae5c-4373-84de-644f55a45150/12699162449-250.jpg",
    "song": "One of These Days",
    "track_id": null,
    "recording_id": "e7dbc83e-5aca-4369-8454-adeb85c581bc",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Meddle",
    "release_id": null,
    "release_group_id": "4e98c9b4-92f6-3049-b9da-a1088b623672",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Meddle' is the sixth studio album by Pink Floyd.\n\n\"Pink Floyd first played the song ['One of These Days'] in France on June 12, 1971, more than four months before it was released on record. Upon the release of Meddle on October 30, 1971, 'One of These Days' became a favorite of FM radio programmers, its spacy sound seeming to typify Pink Floyd's style.\" \n\nhttps://www.allmusic.com/song/one-of-these-days-mt0042077834",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}