Information about plays

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

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

{
    "id": 3612140,
    "uri": "https://api.kexp.org/v2/plays/3612140/?format=api",
    "airdate": "2026-02-02T03:56:37-08:00",
    "show": 65819,
    "show_uri": "https://api.kexp.org/v2/shows/65819/?format=api",
    "image_uri": "https://dn710304.ca.archive.org/0/items/mbid-7a6e6738-083c-495c-98ea-e66f91639b00/mbid-7a6e6738-083c-495c-98ea-e66f91639b00-41013962370_thumb500.jpg",
    "thumbnail_uri": "https://dn710304.ca.archive.org/0/items/mbid-7a6e6738-083c-495c-98ea-e66f91639b00/mbid-7a6e6738-083c-495c-98ea-e66f91639b00-41013962370_thumb250.jpg",
    "song": "Pay the Rent",
    "track_id": "98da9a0d-0b28-4084-97e6-54d26d82d3b7",
    "recording_id": "43e3a75f-03d5-4d1c-9354-1386c3890ece",
    "artist": "Snapped Ankles",
    "artist_ids": [
        "9c4da506-4fbd-4001-8bde-d0cff3e2a278"
    ],
    "album": "Hard Times Furious Dancing",
    "release_id": "7a6e6738-083c-495c-98ea-e66f91639b00",
    "release_group_id": "e04e3f12-a288-461c-8c6c-b682b9d113e4",
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}