Information about plays

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

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

{
    "id": 3569925,
    "uri": "https://api.kexp.org/v2/plays/3569925/?format=api",
    "airdate": "2025-10-25T20:13:06-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Help Falling in Love",
    "track_id": "3fb178dd-c7ff-3022-96f7-0142293002bc",
    "recording_id": "f11c001f-eae1-4277-ab66-cd4e7d85afba",
    "artist": "Dead Moon",
    "artist_ids": [
        "4866af3e-7586-403e-bea4-f27bcbcadbb6"
    ],
    "album": "Live Evil",
    "release_id": "2d905c23-0e13-4884-a23d-98587b4ee529",
    "release_group_id": "a16f853f-3525-39b0-8b00-35af61f9e48a",
    "labels": [
        "Music Maniac Records"
    ],
    "label_ids": [
        "7c9663cf-7f01-4f59-8ac5-642b4dec9c5c"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Portland's Dead Moon covering Elvis Presley's \"Can't Help Falling in Love\"!\n\nhttps://www.youtube.com/watch?v=M487FAakUew",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}