Information about plays

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

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

{
    "id": 3611646,
    "uri": "https://api.kexp.org/v2/plays/3611646/?format=api",
    "airdate": "2026-01-31T23:03:26-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/5646bb5b-c05c-4ed3-9862-61ac42f3bc85/35482911839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5646bb5b-c05c-4ed3-9862-61ac42f3bc85/35482911839-250.jpg",
    "song": "Ouroboros",
    "track_id": null,
    "recording_id": "50386b60-a3bb-4058-9076-c9c9bea8eba1",
    "artist": "Joust",
    "artist_ids": [
        "06480dd1-4d21-441c-92ce-2fff620c8eb7"
    ],
    "album": "Sprouting Seeds",
    "release_id": null,
    "release_group_id": "8331bc81-5f06-4087-9765-f3944dafa33b",
    "labels": [
        "Fatal Seizure Records"
    ],
    "label_ids": [],
    "release_date": "2014-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second release from this Minneapolis band\n\nhttps://joustmpls.bandcamp.com/album/sprouting-seeds-7\nhttps://www.facebook.com/joustx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}