Information about plays

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

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

{
    "id": 3547789,
    "uri": "https://api.kexp.org/v2/plays/3547789/?format=api",
    "airdate": "2025-09-02T01:50:52-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e9b5acf-da0b-32a3-b514-bb1582c8006a/17273609873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e9b5acf-da0b-32a3-b514-bb1582c8006a/17273609873-250.jpg",
    "song": "Start Today",
    "track_id": null,
    "recording_id": "7cd86df3-cfaa-4ecf-9f93-2a01e6f9d084",
    "artist": "Gorilla Biscuits",
    "artist_ids": [
        "0320a32e-b781-40df-bf48-5cb5ee842762"
    ],
    "album": "Start Today",
    "release_id": null,
    "release_group_id": "2076b5a3-b2c6-37f9-890d-3afcff50bd23",
    "labels": [
        "Revelation Records"
    ],
    "label_ids": [
        "48ed026d-bf1a-4c6e-8860-d21cd440b60e"
    ],
    "release_date": "1989-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fall Out Boy just released an old cover of this classic so had to teach my son about these guys :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}