Information about plays

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

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

{
    "id": 3608584,
    "uri": "https://api.kexp.org/v2/plays/3608584/?format=api",
    "airdate": "2026-01-24T17:52:24-08:00",
    "show": 65744,
    "show_uri": "https://api.kexp.org/v2/shows/65744/?format=api",
    "image_uri": "https://ia903107.us.archive.org/25/items/mbid-2be89a0e-7366-466a-880a-ffe48d192944/mbid-2be89a0e-7366-466a-880a-ffe48d192944-20043234942_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/25/items/mbid-2be89a0e-7366-466a-880a-ffe48d192944/mbid-2be89a0e-7366-466a-880a-ffe48d192944-20043234942_thumb250.jpg",
    "song": "Defender",
    "track_id": "384b557c-cffd-48a4-9118-9df38a21712f",
    "recording_id": "41c4fea8-c805-46d4-ba77-680badbd7c0f",
    "artist": "Simian Mobile Disco feat. Deep Throat Choir",
    "artist_ids": [
        "69ec6867-bda0-404b-bac4-338df8d73723"
    ],
    "album": "Murmurations",
    "release_id": "2be89a0e-7366-466a-880a-ffe48d192944",
    "release_group_id": "4e7e0193-a056-4141-8a05-c501c76668f4",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}