Information about plays

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

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

{
    "id": 3593819,
    "uri": "https://api.kexp.org/v2/plays/3593819/?format=api",
    "airdate": "2025-12-21T04:51:51-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://ia801205.us.archive.org/1/items/mbid-f22ec096-ba19-4ea6-8263-d316ae4c63c4/mbid-f22ec096-ba19-4ea6-8263-d316ae4c63c4-5893471311_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/1/items/mbid-f22ec096-ba19-4ea6-8263-d316ae4c63c4/mbid-f22ec096-ba19-4ea6-8263-d316ae4c63c4-5893471311_thumb250.jpg",
    "song": "Tramp",
    "track_id": "61fcebb4-ab3a-4981-bc81-d754eea27c21",
    "recording_id": "17a79dd3-2e30-4b50-b594-047be3a2d612",
    "artist": "Otis Redding & Carla Thomas",
    "artist_ids": [
        "66e2a444-5303-4cdf-b20f-d377ecf465ed",
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "King & Queen",
    "release_id": "2adfb555-4497-49e4-b674-eb0ab43660ee",
    "release_group_id": "31330889-a8cf-3467-ba1d-955e6e0ac4e1",
    "labels": [
        "Atlantic & ATCO Remasters Series"
    ],
    "label_ids": [
        "dbea91fe-c6be-4707-afd6-90405259cd01"
    ],
    "release_date": "1991-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Carla Thomas! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}