Information about plays

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

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

{
    "id": 3592329,
    "uri": "https://api.kexp.org/v2/plays/3592329/?format=api",
    "airdate": "2025-12-17T16:07:02-08:00",
    "show": 65404,
    "show_uri": "https://api.kexp.org/v2/shows/65404/?format=api",
    "image_uri": "https://ia801302.us.archive.org/1/items/mbid-37419ea4-4c6b-3167-8ee0-ded837b66f8e/mbid-37419ea4-4c6b-3167-8ee0-ded837b66f8e-22807429278_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/1/items/mbid-37419ea4-4c6b-3167-8ee0-ded837b66f8e/mbid-37419ea4-4c6b-3167-8ee0-ded837b66f8e-22807429278_thumb250.jpg",
    "song": "I’m Goin’ Mad",
    "track_id": "94ba9fa7-9331-3277-99c7-92fce2ca1b28",
    "recording_id": "4c34d83f-e907-43ae-9166-c680f057401d",
    "artist": "Scorpions",
    "artist_ids": [
        "c3cceeed-3332-4cf0-8c4c-bbde425147b6"
    ],
    "album": "Lonesome Crow",
    "release_id": "37419ea4-4c6b-3167-8ee0-ded837b66f8e",
    "release_group_id": "0d2e284a-6e58-34a2-80bb-fee809a42755",
    "labels": [
        "Metal Masters"
    ],
    "label_ids": [
        "57337058-887c-46a3-99da-aac99eef1578"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album by Scorpions, produced by Conny Plank.\nhttps://www.discogs.com/master/29232-Scorpions-Lonesome-Crow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}