Information about plays

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

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

{
    "id": 3522962,
    "uri": "https://api.kexp.org/v2/plays/3522962/?format=api",
    "airdate": "2025-07-05T12:31:57-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc9c06da-0be8-4e01-93a3-9a41261a8de3/35378638607-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc9c06da-0be8-4e01-93a3-9a41261a8de3/35378638607-250.jpg",
    "song": "Big Time Sensuality",
    "track_id": null,
    "recording_id": "724efad4-d577-476a-86c2-1da15842271b",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Debut",
    "release_id": null,
    "release_group_id": "6891a28c-5865-36e2-9e5f-c9fac1d3595f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bjork debuted this album on this day in 1993!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}