Information about plays

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

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

{
    "id": 3604218,
    "uri": "https://api.kexp.org/v2/plays/3604218/?format=api",
    "airdate": "2026-01-14T09:46:31-08:00",
    "show": 65647,
    "show_uri": "https://api.kexp.org/v2/shows/65647/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Last DJ",
    "track_id": "5992329e-eed5-31e7-99e1-f72f5b06c3f0",
    "recording_id": "7dccc961-8a25-4834-90bb-b3975e23fcab",
    "artist": "Tom Petty and the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "The Last DJ",
    "release_id": "88fd4e5a-4ef5-4f09-a3ae-d7e4bff53eb0",
    "release_group_id": "0eb944b6-917e-3040-ab90-47becbdc369a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Jenn!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}