Information about plays

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

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

{
    "id": 3580062,
    "uri": "https://api.kexp.org/v2/plays/3580062/?format=api",
    "airdate": "2025-11-19T02:26:56-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://ia601509.us.archive.org/30/items/mbid-5875a3e7-f952-4772-81c6-ee96b435205f/mbid-5875a3e7-f952-4772-81c6-ee96b435205f-16155721166_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-5875a3e7-f952-4772-81c6-ee96b435205f/mbid-5875a3e7-f952-4772-81c6-ee96b435205f-16155721166_thumb250.jpg",
    "song": "Can You Tell",
    "track_id": "3bec7847-90a8-3f36-ad88-6317c63379e1",
    "recording_id": "e1577ba8-d62f-455b-8b77-985f39e8cf39",
    "artist": "Ra Ra Riot",
    "artist_ids": [
        "d8f63b51-73e0-4f65-8bd3-bcfe6892fb0e"
    ],
    "album": "Ra Ra Riot",
    "release_id": "5875a3e7-f952-4772-81c6-ee96b435205f",
    "release_group_id": "3a368b2e-11a8-3837-bc9f-5628305d2c6f",
    "labels": [
        "The Rebel Group"
    ],
    "label_ids": [
        "c708c97a-106b-4add-8983-0505b4a4a3ff"
    ],
    "release_date": "2007-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ra Ra Riot formed in January 2006, playing at houses and venues around the Syracuse University campus.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}