Information about plays

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

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

{
    "id": 3610943,
    "uri": "https://api.kexp.org/v2/plays/3610943/?format=api",
    "airdate": "2026-01-30T07:14:35-08:00",
    "show": 65792,
    "show_uri": "https://api.kexp.org/v2/shows/65792/?format=api",
    "image_uri": "https://ia801505.us.archive.org/16/items/mbid-1bbb0aeb-af1d-3dfd-a948-dbb203d2938f/mbid-1bbb0aeb-af1d-3dfd-a948-dbb203d2938f-1233182366_thumb500.jpg",
    "thumbnail_uri": "https://ia801505.us.archive.org/16/items/mbid-1bbb0aeb-af1d-3dfd-a948-dbb203d2938f/mbid-1bbb0aeb-af1d-3dfd-a948-dbb203d2938f-1233182366_thumb250.jpg",
    "song": "Thunderstruck",
    "track_id": "1ba0acc0-8676-3c5e-84c8-22f195059e27",
    "recording_id": "6d19aaa7-1eb5-4488-a54d-fe07d0621a7f",
    "artist": "AC/DC",
    "artist_ids": [
        "66c662b6-6e2f-4930-8610-912e24c63ed1"
    ],
    "album": "The Razors Edge",
    "release_id": "1bbb0aeb-af1d-3dfd-a948-dbb203d2938f",
    "release_group_id": "03759365-2f74-3f12-b884-280d3aa17f0e",
    "labels": [
        "Popron Music"
    ],
    "label_ids": [
        "b967db98-88de-4c61-99b5-c8f6597a9ede"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to The Story of AC/DC: Let There Be Rock, Angus Young created the distinctive opening guitar part by playing with all the strings taped up, except the B. It was a studio trick he learned from his older brother George Young, who produced some of AC/DC's albums and was in a band called The Easybeats.\n--\nWow!  Enjoy this live performance from 2009: https://www.youtube.com/watch?v=n_GFN3a0yj0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}