Information about plays

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

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

{
    "id": 3595833,
    "uri": "https://api.kexp.org/v2/plays/3595833/?format=api",
    "airdate": "2025-12-25T11:57:47-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Wish",
    "track_id": null,
    "recording_id": "85585a28-dc93-40f9-986d-bc637d9fb1e1",
    "artist": "Gregory Porter",
    "artist_ids": [
        "7ac1e33f-0cdf-4e81-b914-41830700d746"
    ],
    "album": "Christmas Wish",
    "release_id": null,
    "release_group_id": "18aa4560-2d59-401b-90fa-4a690783bb57",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2023-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}