Information about plays

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

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

{
    "id": 3500671,
    "uri": "https://api.kexp.org/v2/plays/3500671/?format=api",
    "airdate": "2025-05-13T03:11:10-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "https://ia904504.us.archive.org/35/items/mbid-5b0af44a-1905-4859-8157-ac916c9b8e8a/mbid-5b0af44a-1905-4859-8157-ac916c9b8e8a-8062508962_thumb500.jpg",
    "thumbnail_uri": "https://ia804504.us.archive.org/35/items/mbid-5b0af44a-1905-4859-8157-ac916c9b8e8a/mbid-5b0af44a-1905-4859-8157-ac916c9b8e8a-8062508962_thumb250.jpg",
    "song": "I Fought the Law",
    "track_id": "bf742c70-d84c-455e-9767-77e30bb35584",
    "recording_id": "bb92bad8-e0b7-45ae-907b-983a5c3e3189",
    "artist": "The Bobby Fuller Four",
    "artist_ids": [
        "c83691bd-ed58-4d97-9edb-3043ace33856"
    ],
    "album": "The Best Of The Bobby Fuller Four",
    "release_id": "5b0af44a-1905-4859-8157-ac916c9b8e8a",
    "release_group_id": "23622933-fb23-47a0-a444-65926262c473",
    "labels": [
        "Ace"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}