Information about plays

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

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

{
    "id": 3551323,
    "uri": "https://api.kexp.org/v2/plays/3551323/?format=api",
    "airdate": "2025-09-10T14:17:20-07:00",
    "show": 64526,
    "show_uri": "https://api.kexp.org/v2/shows/64526/?format=api",
    "image_uri": "https://ia904506.us.archive.org/25/items/mbid-7b6f95f6-d7fc-3377-a9a8-fbbb5afcb888/mbid-7b6f95f6-d7fc-3377-a9a8-fbbb5afcb888-18568823283_thumb500.jpg",
    "thumbnail_uri": "https://ia804506.us.archive.org/25/items/mbid-7b6f95f6-d7fc-3377-a9a8-fbbb5afcb888/mbid-7b6f95f6-d7fc-3377-a9a8-fbbb5afcb888-18568823283_thumb250.jpg",
    "song": "Because",
    "track_id": "708fbff1-3b8f-3920-995e-d7a90a58093d",
    "recording_id": "c57d4a9d-768a-4687-b5fd-66e5f673c108",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "American Beauty",
    "release_id": "7b6f95f6-d7fc-3377-a9a8-fbbb5afcb888",
    "release_group_id": "e74658f4-e95a-353c-9017-71711d85bdcb",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "“It felt weird because I don’t see the point in covering a Beatles song,” Elliott Smith said referencing his cover of the Abbey Road track. “Except to take it apart and put it together again. There were four vocal parts, so there was a question of whether I could do it.”\n--\nDescribed as a \"magical\" cover, read more about the Beatle's influence on the artist here: https://faroutmagazine.co.uk/elliott-smith-the-beatles-because-cover/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}