Information about plays

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

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

{
    "id": 3595031,
    "uri": "https://api.kexp.org/v2/plays/3595031/?format=api",
    "airdate": "2025-12-23T19:12:16-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas time This Year",
    "track_id": null,
    "recording_id": null,
    "artist": "Ry Cooder",
    "artist_ids": [
        "a4e2650b-938b-4b72-95bc-6e229cd34601"
    ],
    "album": "Pull Up Some Dust and Sit Down",
    "release_id": null,
    "release_group_id": "2cd5c618-31b0-401f-9f8d-42d3ae3f28c8",
    "labels": [
        "Perro Verde"
    ],
    "label_ids": [
        "a90bd8b7-5bfe-4767-9f89-4be940b89bbe"
    ],
    "release_date": "2011-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}