Information about plays

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

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

{
    "id": 3549037,
    "uri": "https://api.kexp.org/v2/plays/3549037/?format=api",
    "airdate": "2025-09-05T01:25:04-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://coverartarchive.org/release/818c42d0-42fb-4d84-b8cc-5b370b60787f/3806032537-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/818c42d0-42fb-4d84-b8cc-5b370b60787f/3806032537-250.jpg",
    "song": "Computer Age",
    "track_id": null,
    "recording_id": "a7a3fcf9-3753-4590-9961-ab3eb143b3a6",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Trans",
    "release_id": null,
    "release_group_id": "246568c5-1fe6-35b2-b056-c94d6c484eac",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1982-12-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}