Information about plays

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

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

{
    "id": 3587190,
    "uri": "https://api.kexp.org/v2/plays/3587190/?format=api",
    "airdate": "2025-12-05T15:23:01-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Christmas",
    "track_id": null,
    "recording_id": "8dd19231-ff63-4cb1-8b76-1e1354c420f5",
    "artist": "Donny Hathaway",
    "artist_ids": [
        "3f6ae36d-ffdb-40cf-98e6-8023cb1c41c9"
    ],
    "album": "This Christmas / Be There",
    "release_id": null,
    "release_group_id": "65ce208b-1cbc-361f-9056-809107bc3866",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This sleeper came out as a single in 1970, but slowly became a major Christmas standard -- Jazz guitarist Phil Upchurch called this \"absolutely the premiere holiday song written by an African-American\": https://tinyurl.com/ydcf7f5l",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}