Information about plays

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

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

{
    "id": 3593628,
    "uri": "https://api.kexp.org/v2/plays/3593628/?format=api",
    "airdate": "2025-12-20T19:38:54-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "https://ia801308.us.archive.org/27/items/mbid-48abba67-b7f1-45d9-a2c4-2f927877c5ca/mbid-48abba67-b7f1-45d9-a2c4-2f927877c5ca-5455401288_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/27/items/mbid-48abba67-b7f1-45d9-a2c4-2f927877c5ca/mbid-48abba67-b7f1-45d9-a2c4-2f927877c5ca-5455401288_thumb250.jpg",
    "song": "An Ice Cube in the Sun",
    "track_id": "1db40f9b-cfe6-4e58-aa46-81eb82a94bb9",
    "recording_id": "d7c8a62c-81c3-43f4-8b75-fbd59706d9e4",
    "artist": "Quasi",
    "artist_ids": [
        "3df29542-402a-49a5-ae1f-82f936184b3b"
    ],
    "album": "Mole City",
    "release_id": "48abba67-b7f1-45d9-a2c4-2f927877c5ca",
    "release_group_id": "70ba91cd-ff93-451a-84cf-679363d0fbfd",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2013-10-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The album Mole City is the ninth studio album by Quasi, released in 2013 on Kill Rock Stars and Domino Records.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}