Information about plays

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

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

{
    "id": 3570639,
    "uri": "https://api.kexp.org/v2/plays/3570639/?format=api",
    "airdate": "2025-10-27T13:41:17-07:00",
    "show": 64950,
    "show_uri": "https://api.kexp.org/v2/shows/64950/?format=api",
    "image_uri": "https://dn720700.ca.archive.org/0/items/mbid-d90bb11f-dc1f-47f6-b983-2aa1c0e0b571/mbid-d90bb11f-dc1f-47f6-b983-2aa1c0e0b571-43260348712_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-d90bb11f-dc1f-47f6-b983-2aa1c0e0b571/mbid-d90bb11f-dc1f-47f6-b983-2aa1c0e0b571-43260348712_thumb250.jpg",
    "song": "Gröna duvor",
    "track_id": "f00b703f-256f-4c41-a4da-831337a76ea5",
    "recording_id": "0e46a4a8-e7ea-4dfd-b736-e888e89b7012",
    "artist": "Barnet",
    "artist_ids": [
        "af106b57-b98a-4916-86e6-f6a224f6b5eb"
    ],
    "album": "Galen och kär",
    "release_id": "d90bb11f-dc1f-47f6-b983-2aa1c0e0b571",
    "release_group_id": "101d8093-d31d-4896-9097-0b3bfa3f71bc",
    "labels": [
        "Sing a Song Fighter"
    ],
    "label_ids": [
        "9cf9c480-654b-4019-b61e-ddce26f3a43c"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was just released on October 10th, 2025\n--\nListen to the full album:\nhttps://barnet.bandcamp.com/album/galen-och-k-r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}