Information about plays

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

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

{
    "id": 3561324,
    "uri": "https://api.kexp.org/v2/plays/3561324/?format=api",
    "airdate": "2025-10-04T19:20:47-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia800107.us.archive.org/31/items/mbid-c6fd31ce-4943-4160-bd0f-d7c0e5729ab4/mbid-c6fd31ce-4943-4160-bd0f-d7c0e5729ab4-4785004094_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/31/items/mbid-c6fd31ce-4943-4160-bd0f-d7c0e5729ab4/mbid-c6fd31ce-4943-4160-bd0f-d7c0e5729ab4-4785004094_thumb250.jpg",
    "song": "Bats Over the Pacific Ocean",
    "track_id": "345458cb-aea5-35bb-ba86-a0cb5389c742",
    "recording_id": "ee303a2c-5084-43dd-b34a-81be2831dad2",
    "artist": "Jaguar Love",
    "artist_ids": [
        "94929f01-b91e-46c9-bf44-d37dc5f5fafb"
    ],
    "album": "Take Me to the Sea",
    "release_id": "c6fd31ce-4943-4160-bd0f-d7c0e5729ab4",
    "release_group_id": "11acc6f1-6e7f-3fca-855b-f80dff6502f7",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-08-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}