Information about plays

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

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

{
    "id": 3637085,
    "uri": "https://api.kexp.org/v2/plays/3637085/?format=api",
    "airdate": "2026-04-03T01:20:26-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://coverartarchive.org/release/64d91327-9413-4857-8e67-03e823cc35ee/41730074042-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64d91327-9413-4857-8e67-03e823cc35ee/41730074042-250.jpg",
    "song": "Roni",
    "track_id": null,
    "recording_id": "1ab9b56f-1760-48ec-9f09-99edec8731fa",
    "artist": "Bobby Brown",
    "artist_ids": [
        "d11f9c07-0eac-4a1f-a443-19cd0f63d5f0"
    ],
    "album": "Roni",
    "release_id": null,
    "release_group_id": "71d9e640-4ef4-4c69-ac22-45a753c9d128",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}