Information about plays

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

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

{
    "id": 3595656,
    "uri": "https://api.kexp.org/v2/plays/3595656/?format=api",
    "airdate": "2025-12-25T03:53:17-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Lonely Christmas",
    "track_id": null,
    "recording_id": "412ab34f-5dbf-445f-baab-3f4b7aaa3396",
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e",
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48"
    ],
    "album": "I Would Die 4 U",
    "release_id": null,
    "release_group_id": "a5e580d8-f700-44dd-9f87-e8bec3431e25",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Another Lonely Christmas\", B-side of \"I Would Die 4 U\", is the only Christmas song Prince recorded in his entire career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}