Information about plays

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

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

{
    "id": 3596281,
    "uri": "https://api.kexp.org/v2/plays/3596281/?format=api",
    "airdate": "2025-12-26T13:30:46-08:00",
    "show": 65479,
    "show_uri": "https://api.kexp.org/v2/shows/65479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Sad Cartoon",
    "track_id": null,
    "recording_id": "11c4ba75-6ad0-4306-b1ac-422aaf57b38b",
    "artist": "Loathe",
    "artist_ids": [
        "56eb02c4-1f16-4613-8bb3-b4a752283fc3"
    ],
    "album": "I Let It in and It Took Everything",
    "release_id": null,
    "release_group_id": "fd2f5291-c761-4485-a4e5-c1b26072c64c",
    "labels": [
        "SharpTone Records"
    ],
    "label_ids": [
        "1fbde8c6-d6ae-4f73-936a-52554bdb804a"
    ],
    "release_date": "2020-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}