Information about plays

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

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

{
    "id": 3593015,
    "uri": "https://api.kexp.org/v2/plays/3593015/?format=api",
    "airdate": "2025-12-19T08:50:22-08:00",
    "show": 65417,
    "show_uri": "https://api.kexp.org/v2/shows/65417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Automatic",
    "track_id": "63e56a7d-e58e-4873-af2c-8781eb387f31",
    "recording_id": "5ca79d1f-16c7-4655-852b-8de0422a1ac1",
    "artist": "The Lumineers",
    "artist_ids": [
        "bfcb6630-9b31-4e63-b11f-7b0363be72b5"
    ],
    "album": "Automatic",
    "release_id": "91f3c7c4-41fd-46f4-b7c8-004804e535ed",
    "release_group_id": "6e5f6742-b735-47a1-9270-ed50aaefab09",
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#16\n\"Automatic\" is the fifth studio album from The Lumineers. \nThe Lumineers are an American folk-rock band formed by Wesley Schultz (vocals, guitar) and Jeremiah Fraites (drums, piano).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}