Information about plays

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

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

{
    "id": 3583240,
    "uri": "https://api.kexp.org/v2/plays/3583240/?format=api",
    "airdate": "2025-11-26T13:33:19-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There's Something Better (Beatconductor Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Free Life",
    "artist_ids": [
        "9b0c1a8b-1ea5-4872-aefa-196dfc8c6080"
    ],
    "album": "Dance Fantasy",
    "release_id": null,
    "release_group_id": "783a3df1-cbd6-4e16-86e0-7f24b1fa3175",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the B-side (Can you believe it?) of the disco hit \"Dance Fantasy.\" : https://www.discogs.com/release/317056-Free-Life-Dance-Fantasy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}