Information about plays

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

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

{
    "id": 3596539,
    "uri": "https://api.kexp.org/v2/plays/3596539/?format=api",
    "airdate": "2025-12-27T01:45:47-08:00",
    "show": 65483,
    "show_uri": "https://api.kexp.org/v2/shows/65483/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Today",
    "track_id": null,
    "recording_id": "43c6c1dd-3abc-46c7-8cad-d75565bc1acf",
    "artist": "Martial Canterel",
    "artist_ids": [
        "ba5a9a3b-8548-4229-a79c-f12b483cc2b6"
    ],
    "album": "You Today",
    "release_id": null,
    "release_group_id": "ebe21a12-145e-45ec-97f9-dad71609b1c4",
    "labels": [
        "Wierd Records"
    ],
    "label_ids": [
        "00866d95-0c0a-4c5b-9927-5c8f52fcc8f9"
    ],
    "release_date": "2011-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the solo project from Sean McBride from Xeno and Oaklander!  - \nhttps://martialcanterel.bandcamp.com/album/you-today-2011",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}