Information about plays

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

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

{
    "id": 3596896,
    "uri": "https://api.kexp.org/v2/plays/3596896/?format=api",
    "airdate": "2025-12-27T20:48:09-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paystub",
    "track_id": "1113ab73-0216-489e-a570-200e9e4c7e43",
    "recording_id": "73a184ae-a5c4-4f90-bca1-8630049a7589",
    "artist": "Forty Feet Tall",
    "artist_ids": [
        "29d71354-c804-4a43-96f5-ced6b26b7912"
    ],
    "album": "Clean the Cage",
    "release_id": "1ceb45fd-3b45-4406-92db-03f5810d7d08",
    "release_group_id": "a45fa26c-8e41-44ac-9d03-6cb4e1a48a0f",
    "labels": [
        "Le Cèpe Records"
    ],
    "label_ids": [
        "c9d50db2-6205-41bc-bc09-085a84cd189c"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland punk!!\n\nhttps://fortyfeettall.bandcamp.com/album/clean-the-cage",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}