Information about plays

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

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

{
    "id": 3623249,
    "uri": "https://api.kexp.org/v2/plays/3623249/?format=api",
    "airdate": "2026-02-28T01:05:23-08:00",
    "show": 66048,
    "show_uri": "https://api.kexp.org/v2/shows/66048/?format=api",
    "image_uri": "https://coverartarchive.org/release/75c92e29-2dbf-46a1-bf81-221894f3a69d/28413860749-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75c92e29-2dbf-46a1-bf81-221894f3a69d/28413860749-250.jpg",
    "song": "Dreaming Again",
    "track_id": null,
    "recording_id": "b6991197-ca0a-4973-a0da-53e8f02252f2",
    "artist": "Modern Art",
    "artist_ids": [
        "979e2f0b-5780-4ca3-ba2d-7248e28d885d"
    ],
    "album": "Oriental Towers",
    "release_id": null,
    "release_group_id": "2a761d6d-1b75-4185-9b0a-cb084818f47c",
    "labels": [
        "Lion Productions"
    ],
    "label_ids": [
        "ae633261-8dab-487f-b51b-fc911e4823b2"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://modernartofficial.bandcamp.com/album/oriental-towers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}