Information about plays

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

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

{
    "id": 3569415,
    "uri": "https://api.kexp.org/v2/plays/3569415/?format=api",
    "airdate": "2025-10-24T15:45:00-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad8c35db-2d1b-4674-a6f3-e7616227ee20/9144940593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad8c35db-2d1b-4674-a6f3-e7616227ee20/9144940593-250.jpg",
    "song": "I’ll Go Crazy",
    "track_id": null,
    "recording_id": "b57cf29c-aaea-4709-9d24-c1bdbdee4144",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Live at the Apollo, 1962",
    "release_id": null,
    "release_group_id": "a2bad96f-a572-38f2-b362-5865dedc0d35",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Bob in Bellevue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}