Information about plays

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

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

{
    "id": 3598312,
    "uri": "https://api.kexp.org/v2/plays/3598312/?format=api",
    "airdate": "2025-12-31T05:23:31-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "https://coverartarchive.org/release/9aa766a4-62ae-4a0a-b12e-41026223efcf/41510249205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9aa766a4-62ae-4a0a-b12e-41026223efcf/41510249205-250.jpg",
    "song": "I Wake Up Slowly",
    "track_id": null,
    "recording_id": "3eaac3d8-9df3-4818-967d-88d5b644b49c",
    "artist": "Oslo Twins",
    "artist_ids": [
        "aa4ee7db-3067-490c-a801-55f992f43701"
    ],
    "album": "Tresor",
    "release_id": null,
    "release_group_id": "906bd818-fd5d-4e5d-b9dd-6d2277a194db",
    "labels": [
        "Half Normal Records"
    ],
    "label_ids": [
        "8b51f91d-f8c0-4f0f-9bf6-10a9cd55abc7"
    ],
    "release_date": "2025-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Bristol, UK https://oslotwins.bandcamp.com/album/tresor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}