Information about plays

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

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

{
    "id": 3555684,
    "uri": "https://api.kexp.org/v2/plays/3555684/?format=api",
    "airdate": "2025-09-20T23:46:48-07:00",
    "show": 64618,
    "show_uri": "https://api.kexp.org/v2/shows/64618/?format=api",
    "image_uri": "https://coverartarchive.org/release/12fcb8a0-07c8-4e83-b15e-3489f3f54784/41311487054-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12fcb8a0-07c8-4e83-b15e-3489f3f54784/41311487054-250.jpg",
    "song": "No Codes",
    "track_id": null,
    "recording_id": "a456e255-1297-4603-8ec0-e543684f849c",
    "artist": "Piggy Bank",
    "artist_ids": [
        "93c0d176-dcce-4417-a6d4-80ae799c3ccf"
    ],
    "album": "Pattern Recognition",
    "release_id": null,
    "release_group_id": "a6d202d5-9077-4cf1-a586-f84f17720cf4",
    "labels": [
        "kennel jitters recordings"
    ],
    "label_ids": [
        "8c2204a4-523e-48ea-ba39-fa6543033794"
    ],
    "release_date": "2025-02-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "PDX band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}