Information about plays

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

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

{
    "id": 3544033,
    "uri": "https://api.kexp.org/v2/plays/3544033/?format=api",
    "airdate": "2025-08-24T02:33:10-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3d0f6cf-b3a5-42d2-bf10-329bb9f5105f/41736724243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3d0f6cf-b3a5-42d2-bf10-329bb9f5105f/41736724243-250.jpg",
    "song": "Adrenaline Addict",
    "track_id": null,
    "recording_id": "2c23ee11-aed2-4f70-a005-95c532b1c968",
    "artist": "Suicidal Tendencies",
    "artist_ids": [
        "e9e2a634-984f-4c10-bf7b-7970179e1ef1"
    ],
    "album": "Adrenaline Addict",
    "release_id": null,
    "release_group_id": "4230bdb4-d43b-4432-a0a6-22662bd88291",
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2025-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}