Information about plays

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

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

{
    "id": 3585531,
    "uri": "https://api.kexp.org/v2/plays/3585531/?format=api",
    "airdate": "2025-12-01T19:35:58-08:00",
    "show": 65265,
    "show_uri": "https://api.kexp.org/v2/shows/65265/?format=api",
    "image_uri": "https://coverartarchive.org/release/ae0d2da9-7789-4112-9d3f-a8a48131de0d/23328173891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ae0d2da9-7789-4112-9d3f-a8a48131de0d/23328173891-250.jpg",
    "song": "Calígula",
    "track_id": null,
    "recording_id": "32041630-d51a-4ed2-8ae4-2b60cf9ff506",
    "artist": "Ságan",
    "artist_ids": [
        "362ca208-de57-42ec-9605-1ce611acd167"
    ],
    "album": "Cada Célula",
    "release_id": null,
    "release_group_id": "44078be0-4493-4c20-8c27-322073826187",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}