Information about plays

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

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

{
    "id": 3561383,
    "uri": "https://api.kexp.org/v2/plays/3561383/?format=api",
    "airdate": "2025-10-04T21:12:46-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6d68e92-7c65-413f-a489-5aa7a06e08bb/41737730109-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6d68e92-7c65-413f-a489-5aa7a06e08bb/41737730109-250.jpg",
    "song": "Not Ready",
    "track_id": null,
    "recording_id": "de7d3d77-2494-49a2-8aaf-c0e9d6d6831d",
    "artist": "Personality Cult",
    "artist_ids": [
        "327791cd-250f-4834-bf25-da23526d77da"
    ],
    "album": "Dilated",
    "release_id": null,
    "release_group_id": "fb19de2c-0cce-47fe-b809-d6ef926ce501",
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What started as a solo project for North Carolina’s Ben Carr has evolved into a full-band supergroup of sorts, featuring past and present members of Paint Fumes, Last Year’s Men, Natural Causes, Bass Drum Of Death, Missing Pages, Mind Spiders, Sweet Talk, and a bunch more!\n\nhttps://dirtnaprecords.bandcamp.com/album/dilated",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}