Information about plays

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

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

{
    "id": 3594003,
    "uri": "https://api.kexp.org/v2/plays/3594003/?format=api",
    "airdate": "2025-12-21T11:40:47-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Go Straight to the Ghetto",
    "track_id": null,
    "recording_id": "edafe772-ec60-435f-8619-9f20848ff384",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Christmas Classics",
    "release_id": null,
    "release_group_id": "e4b710dd-df3a-3c48-9da3-d179c47a55bf",
    "labels": [
        "King"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}