Information about plays

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

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

{
    "id": 3637304,
    "uri": "https://api.kexp.org/v2/plays/3637304/?format=api",
    "airdate": "2026-04-03T14:35:47-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://dn711106.ca.archive.org/0/items/mbid-7c5ef2ab-3f30-4fa0-8b70-61039f00a945/mbid-7c5ef2ab-3f30-4fa0-8b70-61039f00a945-4809540564_thumb500.jpg",
    "thumbnail_uri": "https://dn711106.ca.archive.org/0/items/mbid-7c5ef2ab-3f30-4fa0-8b70-61039f00a945/mbid-7c5ef2ab-3f30-4fa0-8b70-61039f00a945-4809540564_thumb250.jpg",
    "song": "Back in Your Head",
    "track_id": "0d35dcd4-cbf8-328f-a0f8-705fb42aded1",
    "recording_id": "da8e9d80-8282-4bf6-9bde-e7942b3a3aa7",
    "artist": "Tegan and Sara",
    "artist_ids": [
        "d13f0f47-36f9-4661-87fe-2de56f45c649"
    ],
    "album": "The Con",
    "release_id": "7c5ef2ab-3f30-4fa0-8b70-61039f00a945",
    "release_group_id": "64ebb8b3-6d69-3467-b458-27c3fd1df3b1",
    "labels": [
        "Sire Records",
        "Vapor Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "dd58c28f-554d-4d76-be30-2d3aab070b3a"
    ],
    "release_date": "2007-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tegan and Sara are a Canadian indie pop duo formed in 1998 in Calgary, Alberta. The band is led by identical twin sisters, Tegan Rain Quin and Sara Keirsten Quin. Live on KEXP in 2012: https://www.youtube.com/watch?v=c0Pil_-zxNY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}