Information about plays

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

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

{
    "id": 3578648,
    "uri": "https://api.kexp.org/v2/plays/3578648/?format=api",
    "airdate": "2025-11-15T19:44:41-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "https://ia903405.us.archive.org/19/items/mbid-a135c016-0554-4c66-b59e-e7d600f1a483/mbid-a135c016-0554-4c66-b59e-e7d600f1a483-7922772870_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-a135c016-0554-4c66-b59e-e7d600f1a483/mbid-a135c016-0554-4c66-b59e-e7d600f1a483-7922772870_thumb250.jpg",
    "song": "The Round",
    "track_id": "37a77a3a-e840-4fe6-9f75-25afdee2e344",
    "recording_id": "043dc9ed-c1b5-4505-95bc-ecb4da41b66c",
    "artist": "Pickwick",
    "artist_ids": [
        "1f025caf-b67f-42ab-a3bf-38cc510ed21c"
    ],
    "album": "Live at KEXP, Volume Eight",
    "release_id": "a135c016-0554-4c66-b59e-e7d600f1a483",
    "release_group_id": "6f326ed8-c461-4374-8bbc-aa409a8c8e9d",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2012-08-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local Seattle band!\n\nThis song selected for \"Live at KEXP, Volume Eight\" was recorded live in the KEXP studio in 2011:\nhttps://youtu.be/RrcvWgir8xY",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}