Information about plays

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

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

{
    "id": 3578907,
    "uri": "https://api.kexp.org/v2/plays/3578907/?format=api",
    "airdate": "2025-11-16T09:01:17-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "https://coverartarchive.org/release/87d69e77-c77a-4279-94a3-f3324a3e49fb/35147791697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87d69e77-c77a-4279-94a3-f3324a3e49fb/35147791697-250.jpg",
    "song": "Here Come the Blues",
    "track_id": null,
    "recording_id": "aec67b26-3ac9-4acf-976e-3ab482f2f064",
    "artist": "Jackson C. Frank",
    "artist_ids": [
        "ffa665e1-79c0-44fc-b963-6740619b91f5"
    ],
    "album": "Jackson C. Frank",
    "release_id": null,
    "release_group_id": "2d7b621f-7243-353f-86fd-100ff54d071d",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Paul Simon, this was Frank’s debut and only album released before his death.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}