Information about plays

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

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

{
    "id": 3550331,
    "uri": "https://api.kexp.org/v2/plays/3550331/?format=api",
    "airdate": "2025-09-08T06:13:04-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia903203.us.archive.org/28/items/mbid-f1d890b3-84e0-43f0-9db2-c81fc1acf39b/mbid-f1d890b3-84e0-43f0-9db2-c81fc1acf39b-36502100048_thumb500.jpg",
    "thumbnail_uri": "https://ia903203.us.archive.org/28/items/mbid-f1d890b3-84e0-43f0-9db2-c81fc1acf39b/mbid-f1d890b3-84e0-43f0-9db2-c81fc1acf39b-36502100048_thumb250.jpg",
    "song": "Three Girl Rhumba",
    "track_id": "6efd43b9-6e13-3fc3-aef2-56d2f4698f09",
    "recording_id": "52f40752-febf-492a-9cf2-47deb64eb10a",
    "artist": "Wire",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Pink Flag",
    "release_id": "38a0aa6e-113e-3e58-a858-ca97ad37f92a",
    "release_group_id": "9facb8b5-4b02-3f28-9f4a-61cb9b8fd7aa",
    "labels": [
        "Pinkflag"
    ],
    "label_ids": [
        "fabe1e2e-1c3b-4628-96cc-c7ae3afcf266"
    ],
    "release_date": "2006-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And here's that original riff from Wire!\n\nWire played live in the KEXP studio in 2017, check it out here:\nhttps://www.youtube.com/watch?v=Yq_4Lythm_A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}