Information about plays

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

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

{
    "id": 3594017,
    "uri": "https://api.kexp.org/v2/plays/3594017/?format=api",
    "airdate": "2025-12-21T12:24:07-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I'm Gonna) Put It On",
    "track_id": "cd6d6931-658e-30e0-b7e2-d75e765e73b1",
    "recording_id": "e5653552-60b6-4778-9738-9ac0c4d1aac4",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Climb the Ladder",
    "release_id": "3c96aaae-d36b-4c4f-866d-c0bd6d143a7e",
    "release_group_id": "110398d8-f4e5-3c7d-8b9a-b23085b52c8c",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally found on Soul Revolution Part II, released in 1971.\n\nhttps://www.bobmarley.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}