Information about plays

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

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

{
    "id": 3584123,
    "uri": "https://api.kexp.org/v2/plays/3584123/?format=api",
    "airdate": "2025-11-28T14:36:52-08:00",
    "show": 65232,
    "show_uri": "https://api.kexp.org/v2/shows/65232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like",
    "track_id": null,
    "recording_id": "9cfcbefe-e13c-4900-9282-64cee601766b",
    "artist": "Men Without Hats",
    "artist_ids": [
        "bcabb743-60ed-406b-94da-9bf82e032e58"
    ],
    "album": "Rhythm of Youth",
    "release_id": null,
    "release_group_id": "bc8adfb6-8247-42e9-b1d9-27f51e84726d",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Parker!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}