Information about plays

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

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

{
    "id": 3519561,
    "uri": "https://api.kexp.org/v2/plays/3519561/?format=api",
    "airdate": "2025-06-27T15:04:18-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://ia601306.us.archive.org/4/items/mbid-092166ae-2391-4f66-8b2d-9525edfce085/mbid-092166ae-2391-4f66-8b2d-9525edfce085-5129466574_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/4/items/mbid-092166ae-2391-4f66-8b2d-9525edfce085/mbid-092166ae-2391-4f66-8b2d-9525edfce085-5129466574_thumb250.jpg",
    "song": "Let My Baby Ride",
    "track_id": "f4ef7964-37df-3e99-9143-40a671612bc1",
    "recording_id": "0df0a6e1-7ac3-4c5d-bd86-48d4c61d4a7e",
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "Come On In",
    "release_id": "092166ae-2391-4f66-8b2d-9525edfce085",
    "release_group_id": "422d0eca-e749-3b96-abe1-ca2ef2cf40b8",
    "labels": [
        "Epitaph",
        "Fat Possum Records"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c",
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Auggie in FIllmore",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}