Information about plays

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

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

{
    "id": 3631823,
    "uri": "https://api.kexp.org/v2/plays/3631823/?format=api",
    "airdate": "2026-03-21T06:36:09-07:00",
    "show": 66239,
    "show_uri": "https://api.kexp.org/v2/shows/66239/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-1d874434-bce9-4641-84e2-5e58e9ded1ad/mbid-1d874434-bce9-4641-84e2-5e58e9ded1ad-7404752961_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-1d874434-bce9-4641-84e2-5e58e9ded1ad/mbid-1d874434-bce9-4641-84e2-5e58e9ded1ad-7404752961_thumb250.jpg",
    "song": "Goin Home",
    "track_id": "9824de12-4b82-3ef6-b1af-d2425dd5c383",
    "recording_id": "012214b5-c6bb-45d4-a6ad-11efa706c241",
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Where You Been",
    "release_id": "1d874434-bce9-4641-84e2-5e58e9ded1ad",
    "release_group_id": "4ff9cf5b-f0ae-3cd9-ac2f-b571839e4205",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}