Information about plays

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

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

{
    "id": 3554317,
    "uri": "https://api.kexp.org/v2/plays/3554317/?format=api",
    "airdate": "2025-09-17T20:27:11-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5fec9fb-a256-4b70-9f02-bcfb2ef53055/34696872909-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e5fec9fb-a256-4b70-9f02-bcfb2ef53055/34696872909-250.jpg",
    "song": "So Beguiled",
    "track_id": null,
    "recording_id": "25f9c75d-629b-49c1-b5ef-c83cecbc6616",
    "artist": "The Soundcarriers",
    "artist_ids": [
        "15b87ccd-8cb2-4c13-a7ba-e3e434a865ce"
    ],
    "album": "The Other World of the Soundcarriers",
    "release_id": null,
    "release_group_id": "b173a8d3-7808-4926-8e87-4f1193bb9482",
    "labels": [
        "The Great Pop Supplement"
    ],
    "label_ids": [
        "0521095e-1c13-4d78-93fe-410dce00e79c"
    ],
    "release_date": "2013-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://the-soundcarriers.bandcamp.com/album/entropicalia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}