Information about plays

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

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

{
    "id": 3557955,
    "uri": "https://api.kexp.org/v2/plays/3557955/?format=api",
    "airdate": "2025-09-26T12:21:34-07:00",
    "show": 64665,
    "show_uri": "https://api.kexp.org/v2/shows/64665/?format=api",
    "image_uri": "https://ia801906.us.archive.org/17/items/mbid-2010b499-c89c-4a48-a390-a2b07de9778e/mbid-2010b499-c89c-4a48-a390-a2b07de9778e-26803643408_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-2010b499-c89c-4a48-a390-a2b07de9778e/mbid-2010b499-c89c-4a48-a390-a2b07de9778e-26803643408_thumb250.jpg",
    "song": "betty",
    "track_id": "fe568546-5fac-4d0b-98c9-e3855b62a410",
    "recording_id": "efa88187-1bb3-4d00-94f4-90cb4647ee07",
    "artist": "Taylor Swift",
    "artist_ids": [
        "20244d07-534f-4eff-b4d4-930878889970"
    ],
    "album": "folklore",
    "release_id": "2010b499-c89c-4a48-a390-a2b07de9778e",
    "release_group_id": "f1d08326-c23b-4b43-be3b-20b33ab10bf6",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2020-07-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A large proportion (11/16) of the songs on 2020's folklore are collaborations between Taylor Swift and Aaron Dessner of The National fame. \n\nRead more about the making of those songs in this interview with Aaron Dessner: https://tinyurl.com/m4pu2xky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}