Information about plays

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

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

{
    "id": 3533563,
    "uri": "https://api.kexp.org/v2/plays/3533563/?format=api",
    "airdate": "2025-07-30T02:12:42-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://ia800209.us.archive.org/8/items/mbid-8b0db054-77d7-49c3-8e48-9220c0c679f8/mbid-8b0db054-77d7-49c3-8e48-9220c0c679f8-7442452526_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/8/items/mbid-8b0db054-77d7-49c3-8e48-9220c0c679f8/mbid-8b0db054-77d7-49c3-8e48-9220c0c679f8-7442452526_thumb250.jpg",
    "song": "Taking Chances",
    "track_id": "6e299791-1f40-4f54-884d-287ade1da70f",
    "recording_id": "65d3eb05-b6d6-4380-9005-6920b326983c",
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Are We There",
    "release_id": "8b0db054-77d7-49c3-8e48-9220c0c679f8",
    "release_group_id": "60cbb40c-1db0-4e5b-81a7-b693a67dff0a",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2014-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Sharon Van Etten performed live in the KEXP studio in 2014, opening her set with \"Taking Chances\". Watch the full session here: \nhttps://youtu.be/DyJEh8qTvD8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}