Information about plays

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

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

{
    "id": 3633145,
    "uri": "https://api.kexp.org/v2/plays/3633145/?format=api",
    "airdate": "2026-03-24T14:26:28-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Use Me",
    "track_id": null,
    "recording_id": "f43e4808-4368-4885-947a-3e08adc85403",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Nightclubbing",
    "release_id": null,
    "release_group_id": "8a0fff99-479d-3fe3-849f-0ddc8d22d304",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1981-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grace Jones worked with Sly Dunbar and Robbie Shakespeare on this 1981 reinterpretation of a Bill Withers hit. She initially didn't know it was a Bill Withers song when she recorded it! It was produced by Chris Blackwell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}