Information about plays

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

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

{
    "id": 3550643,
    "uri": "https://api.kexp.org/v2/plays/3550643/?format=api",
    "airdate": "2025-09-09T00:24:17-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/cde3098a-232f-49ca-8d53-12e745970416/7663265798-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cde3098a-232f-49ca-8d53-12e745970416/7663265798-250.jpg",
    "song": "Fiery Jack",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Fiery Jack",
    "release_id": null,
    "release_group_id": "f9d4bc4b-bad7-3fdf-93f5-e27f2ed23598",
    "labels": [
        "Step-Forward"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fire late night menu order at Jack in the Box",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}