Information about plays

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

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

{
    "id": 3531062,
    "uri": "https://api.kexp.org/v2/plays/3531062/?format=api",
    "airdate": "2025-07-24T07:48:55-07:00",
    "show": 64098,
    "show_uri": "https://api.kexp.org/v2/shows/64098/?format=api",
    "image_uri": "https://ia801701.us.archive.org/5/items/mbid-f268ade2-a02e-43b6-85c0-0cbac4aaa5f5/mbid-f268ade2-a02e-43b6-85c0-0cbac4aaa5f5-4640778203_thumb500.jpg",
    "thumbnail_uri": "https://ia801701.us.archive.org/5/items/mbid-f268ade2-a02e-43b6-85c0-0cbac4aaa5f5/mbid-f268ade2-a02e-43b6-85c0-0cbac4aaa5f5-4640778203_thumb250.jpg",
    "song": "Cherry",
    "track_id": "1ac6b198-c495-40f4-84c9-ffea72b09864",
    "recording_id": "bffc18d3-177e-426a-baf3-3e8041abc5b4",
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "After Dark 2",
    "release_id": "f268ade2-a02e-43b6-85c0-0cbac4aaa5f5",
    "release_group_id": "ce38d0d9-6dfb-4149-af70-ca8812995864",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2013-05-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland band! Check out the music video for 'Cherry' here:\nhttps://www.youtube.com/watch?v=CjQ2jGUNSck",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}