Information about plays

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

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

{
    "id": 3632529,
    "uri": "https://api.kexp.org/v2/plays/3632529/?format=api",
    "airdate": "2026-03-22T23:05:23-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/84cc5dfd-df4c-451a-a199-3d858f30b996/38889183774-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84cc5dfd-df4c-451a-a199-3d858f30b996/38889183774-250.jpg",
    "song": "Sweet Intuition",
    "track_id": null,
    "recording_id": "588423c3-50d4-4ef9-bb74-20a7387f5e30",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Army of Me",
    "release_id": null,
    "release_group_id": "78d9a35e-4e06-42a3-9770-163b9a56ab56",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1995-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bjork co-produced this song with Black Dog!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}