Information about plays

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

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

{
    "id": 3581658,
    "uri": "https://api.kexp.org/v2/plays/3581658/?format=api",
    "airdate": "2025-11-22T22:08:56-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-db62de70-4597-41af-bcf4-f97f6b15dc3a/mbid-db62de70-4597-41af-bcf4-f97f6b15dc3a-31216067078_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-db62de70-4597-41af-bcf4-f97f6b15dc3a/mbid-db62de70-4597-41af-bcf4-f97f6b15dc3a-31216067078_thumb250.jpg",
    "song": "Back to School",
    "track_id": "99ae104b-5ba8-349c-a54b-fa6fd6ac66d0",
    "recording_id": "837200fd-90a1-4196-8121-630c8975c761",
    "artist": "Crackerbash",
    "artist_ids": [
        "6037365b-9976-4fd2-907f-49928ccda6eb"
    ],
    "album": "Working Holiday!",
    "release_id": "db62de70-4597-41af-bcf4-f97f6b15dc3a",
    "release_group_id": "47d4dfaf-b5e9-3eb6-b68d-785f77884edf",
    "labels": [
        "Simple Machines"
    ],
    "label_ids": [
        "07125e84-d30f-4cce-b013-ec3b463f7eda"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Crackerbash is playing with Steve Moriarty's new band, TV1984 at No Fun in Portland tomorrow night.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}