Information about plays

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

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

{
    "id": 3587976,
    "uri": "https://api.kexp.org/v2/plays/3587976/?format=api",
    "airdate": "2025-12-07T09:09:39-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "https://ia800502.us.archive.org/26/items/mbid-b0d1dcba-e7fc-4e4e-83fd-00b94083c33c/mbid-b0d1dcba-e7fc-4e4e-83fd-00b94083c33c-23760029498_thumb500.jpg",
    "thumbnail_uri": "https://ia800502.us.archive.org/26/items/mbid-b0d1dcba-e7fc-4e4e-83fd-00b94083c33c/mbid-b0d1dcba-e7fc-4e4e-83fd-00b94083c33c-23760029498_thumb250.jpg",
    "song": "Can Your Monkey Do the Dog (alternate)",
    "track_id": "e07a7f90-5a3b-46e7-87ca-6ca24de88bb9",
    "recording_id": "eb978f87-7ec8-4635-b1a1-d8d77d5c141f",
    "artist": "Rufus Thomas",
    "artist_ids": [
        "af1f46fe-903c-4bbf-8e20-a3e114343bd0"
    ],
    "album": "Can't Get Away From This Dog",
    "release_id": "b0d1dcba-e7fc-4e4e-83fd-00b94083c33c",
    "release_group_id": "916ca1e2-a424-4875-9c52-b766ca6e954b",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Co-lyricist",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}