Information about plays

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

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

{
    "id": 3561444,
    "uri": "https://api.kexp.org/v2/plays/3561444/?format=api",
    "airdate": "2025-10-05T00:00:18-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/7597311b-7253-4a6b-86f4-8be1cff06704/9537511484-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7597311b-7253-4a6b-86f4-8be1cff06704/9537511484-250.jpg",
    "song": "Octoclops",
    "track_id": null,
    "recording_id": "5ab6bdc9-240d-4fa2-ac41-d2fb491e3947",
    "artist": "Forced Entry",
    "artist_ids": [
        "e8f43705-a197-44a8-9fe2-971972ae9454"
    ],
    "album": "Uncertain Future",
    "release_id": null,
    "release_group_id": "f843e4b7-4407-399c-87ab-b902bf937086",
    "labels": [
        "Combat"
    ],
    "label_ids": [
        "c3549b1e-57cb-4669-a4f7-ed3eec251984"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Forced Entry was formed by Tony Benjamins and Brad Hull in 1983 in Seattle, WA, under the name Condition Critical.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}