Information about plays

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

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

{
    "id": 3564427,
    "uri": "https://api.kexp.org/v2/plays/3564427/?format=api",
    "airdate": "2025-10-13T03:25:30-07:00",
    "show": 64822,
    "show_uri": "https://api.kexp.org/v2/shows/64822/?format=api",
    "image_uri": "https://coverartarchive.org/release/20d7a836-649a-4f4c-8e07-65968236646c/39443295499-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20d7a836-649a-4f4c-8e07-65968236646c/39443295499-250.jpg",
    "song": "Reservation of Education",
    "track_id": null,
    "recording_id": null,
    "artist": "XIT",
    "artist_ids": [
        "38570475-bb2d-4250-8424-c97739a502f2"
    ],
    "album": "Silent Warrior",
    "release_id": null,
    "release_group_id": "51e44901-5d9a-4fa2-9fc4-4ce43fc311b2",
    "labels": [
        "Rare Earth"
    ],
    "label_ids": [
        "1c31c23c-f363-4c58-ad0e-c21e1f783ade"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}