Information about plays

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

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

{
    "id": 3616840,
    "uri": "https://api.kexp.org/v2/plays/3616840/?format=api",
    "airdate": "2026-02-13T04:43:40-08:00",
    "show": 65918,
    "show_uri": "https://api.kexp.org/v2/shows/65918/?format=api",
    "image_uri": "https://ia801809.us.archive.org/14/items/mbid-801b7262-a658-4bda-963f-d045e9ae85b5/mbid-801b7262-a658-4bda-963f-d045e9ae85b5-23801493760_thumb500.jpg",
    "thumbnail_uri": "https://ia601809.us.archive.org/14/items/mbid-801b7262-a658-4bda-963f-d045e9ae85b5/mbid-801b7262-a658-4bda-963f-d045e9ae85b5-23801493760_thumb250.jpg",
    "song": "Stranger Lover",
    "track_id": "2c39e605-2a56-3a54-acdd-056276da8196",
    "recording_id": "f49c3408-9dda-4f35-9325-bd3a3f782acd",
    "artist": "Ghostland Observatory",
    "artist_ids": [
        "b0fa8b31-87cb-43ad-9f15-179725c1e3b6"
    ],
    "album": "Paparazzi Lightning",
    "release_id": "801b7262-a658-4bda-963f-d045e9ae85b5",
    "release_group_id": "a4771e62-ff94-3ee7-a81a-5c63364263b8",
    "labels": [
        "Trashy Moped"
    ],
    "label_ids": [
        "b7ec35bd-04d6-4927-abb3-8a15cf4f55b2"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"Austin’s fractured, soulful Ghostland Observatory answers the burning question of how Queen would have sounded had they fired Brian May and drafted Prince to replace him.\" (allmusic's Kenyon Hopkin)\n\nhttp://trashymoped.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}