Information about plays

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

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

{
    "id": 3520227,
    "uri": "https://api.kexp.org/v2/plays/3520227/?format=api",
    "airdate": "2025-06-29T02:42:01-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia600200.us.archive.org/31/items/mbid-d3bca172-fa17-4f55-8011-0a2851e59d19/mbid-d3bca172-fa17-4f55-8011-0a2851e59d19-17353601806_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/31/items/mbid-d3bca172-fa17-4f55-8011-0a2851e59d19/mbid-d3bca172-fa17-4f55-8011-0a2851e59d19-17353601806_thumb250.jpg",
    "song": "One More Hour",
    "track_id": "6ff6c4e1-1e67-3ffb-80d8-359e2d9c2ca4",
    "recording_id": "a1981635-422e-45c1-ada2-3ad81da2f075",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Dig Me Out",
    "release_id": "d3bca172-fa17-4f55-8011-0a2851e59d19",
    "release_group_id": "209b45b7-8b2f-3e07-b194-efff9cde80dd",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-04-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}