Information about plays

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

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

{
    "id": 3539576,
    "uri": "https://api.kexp.org/v2/plays/3539576/?format=api",
    "airdate": "2025-08-13T11:29:16-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://ia600102.us.archive.org/21/items/mbid-69dfd0a6-b201-418b-ad01-5be713f43195/mbid-69dfd0a6-b201-418b-ad01-5be713f43195-10549318371_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/21/items/mbid-69dfd0a6-b201-418b-ad01-5be713f43195/mbid-69dfd0a6-b201-418b-ad01-5be713f43195-10549318371_thumb250.jpg",
    "song": "Get Up",
    "track_id": "006b5e3d-46ab-3834-97d9-37251a02cf7b",
    "recording_id": "73d4aaa2-dd3d-41fc-a3e0-0a6246d00a3b",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Hot Rock",
    "release_id": "69dfd0a6-b201-418b-ad01-5be713f43195",
    "release_group_id": "eaefa29b-e02a-3b28-836f-2641670d455b",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1999-02-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sleater-Kinney will be at the Psychic Salamander Festival at Remlinger Farms in Carnation, WA, on Sun, September 14th!\n\nhttps://www.sleater-kinney.com/\n\nWatch their 2024 KEXP live here:\nhttps://www.youtube.com/watch?v=_9OIGuQjfE0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}