Information about plays

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

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

{
    "id": 3582144,
    "uri": "https://api.kexp.org/v2/plays/3582144/?format=api",
    "airdate": "2025-11-24T00:53:39-08:00",
    "show": 65193,
    "show_uri": "https://api.kexp.org/v2/shows/65193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Most Dangerous Game",
    "track_id": null,
    "recording_id": "f998570e-b106-4014-b4b0-2ff9d37382a2",
    "artist": "Cities Aviv",
    "artist_ids": [
        "12416eaf-f1b6-4f20-9d00-a6e4376e765b"
    ],
    "album": "Chrome Universe",
    "release_id": null,
    "release_group_id": "03b05508-62b0-4657-a19c-74458d646b44",
    "labels": [
        "Muscle Car Music"
    ],
    "label_ids": [
        "4a599781-f6c0-4a01-83ad-6b99b92e386d"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}