Information about plays

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

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

{
    "id": 3640081,
    "uri": "https://api.kexp.org/v2/plays/3640081/?format=api",
    "airdate": "2026-04-09T23:50:20-07:00",
    "show": 66411,
    "show_uri": "https://api.kexp.org/v2/shows/66411/?format=api",
    "image_uri": "https://coverartarchive.org/release/531f64c4-84f9-4f77-8c40-224971815687/44162193016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/531f64c4-84f9-4f77-8c40-224971815687/44162193016-250.jpg",
    "song": "Melo",
    "track_id": null,
    "recording_id": "a8609a12-f023-4c9f-8692-95d9dad7c178",
    "artist": "Roc Marciano",
    "artist_ids": [
        "9b14ef6d-119b-47b8-9d06-fc72901451e2"
    ],
    "album": "656",
    "release_id": null,
    "release_group_id": "82c23255-a411-4760-9aaa-ab0fe05b650d",
    "labels": [
        "Pimpire Records"
    ],
    "label_ids": [
        "87117784-f381-4603-b656-00a443379877"
    ],
    "release_date": "2026-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}