Information about plays

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

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

{
    "id": 3656854,
    "uri": "https://api.kexp.org/v2/plays/3656854/?format=api",
    "airdate": "2026-05-19T13:59:28-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://coverartarchive.org/release/f137f3e3-4d8c-4ab2-9393-ed3af1dd9395/13476845784-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f137f3e3-4d8c-4ab2-9393-ed3af1dd9395/13476845784-250.jpg",
    "song": "Since Yesterday (eL Mizell Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Strawberry Switchblade",
    "artist_ids": [
        "36f406d9-9538-4856-9a7b-0b7be42bfab1"
    ],
    "album": "Since Yesterday",
    "release_id": null,
    "release_group_id": "5ae8f065-a974-3037-8532-401410d44700",
    "labels": [
        "Korova"
    ],
    "label_ids": [
        "5a5e4426-41e4-4fae-b036-c4813b07881a"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=x7QPBzAJ_io",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}