Information about plays

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

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

{
    "id": 3562895,
    "uri": "https://api.kexp.org/v2/plays/3562895/?format=api",
    "airdate": "2025-10-09T02:19:32-07:00",
    "show": 64784,
    "show_uri": "https://api.kexp.org/v2/shows/64784/?format=api",
    "image_uri": "https://coverartarchive.org/release/acc80f4d-359a-3ce7-8054-0a7c3624c057/9665098330-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/acc80f4d-359a-3ce7-8054-0a7c3624c057/9665098330-250.jpg",
    "song": "Sassy",
    "track_id": null,
    "recording_id": "5d8dceec-3a43-4214-ae7a-b901d06f5c3c",
    "artist": "Neneh Cherry feat. Guru",
    "artist_ids": [
        "527c65d1-9fdb-4482-8796-dde2980bd63a",
        "215c6ab2-7888-4061-bd56-9fb650328106"
    ],
    "album": "Homebrew",
    "release_id": null,
    "release_group_id": "92b0574f-2ad5-39c2-a6c3-f3c042feec04",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1992-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}