Information about plays

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

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

{
    "id": 3552811,
    "uri": "https://api.kexp.org/v2/plays/3552811/?format=api",
    "airdate": "2025-09-14T03:29:06-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia803201.us.archive.org/22/items/mbid-4ec07fe8-e7c6-3106-a0aa-fdf92f13f7fc/mbid-4ec07fe8-e7c6-3106-a0aa-fdf92f13f7fc-8026443192_thumb500.jpg",
    "thumbnail_uri": "https://ia803201.us.archive.org/22/items/mbid-4ec07fe8-e7c6-3106-a0aa-fdf92f13f7fc/mbid-4ec07fe8-e7c6-3106-a0aa-fdf92f13f7fc-8026443192_thumb250.jpg",
    "song": "Take On Me",
    "track_id": "33b72d14-4740-3c56-baba-7f59368aa420",
    "recording_id": "28b9dce4-05f9-4fe0-8eb1-55c824310f1b",
    "artist": "a‐ha",
    "artist_ids": [
        "7364dea6-ca9a-48e3-be01-b44ad0d19897"
    ],
    "album": "Hunting High and Low",
    "release_id": "4ec07fe8-e7c6-3106-a0aa-fdf92f13f7fc",
    "release_group_id": "af7347df-ef5a-3c41-826d-d884f8916c17",
    "labels": [
        "Warner Bros. Records",
        "Reprise Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1985-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "taaaaaaaaaaaaaaake onnnnnnnnnnnnnnnn meeeeeeeeeeeeeeeeeeeeeee take. on. me. taAAAAAAAKE meeeEEEEEEEEEEE ONNNNNNNNN\n(happy birthday to A-Ha's Morten Harket)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}