Information about plays

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

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

{
    "id": 3520220,
    "uri": "https://api.kexp.org/v2/plays/3520220/?format=api",
    "airdate": "2025-06-29T02:20:35-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia801902.us.archive.org/25/items/mbid-650d4a33-e0f0-3c53-bb82-c962f939e19e/mbid-650d4a33-e0f0-3c53-bb82-c962f939e19e-3459690860_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/25/items/mbid-650d4a33-e0f0-3c53-bb82-c962f939e19e/mbid-650d4a33-e0f0-3c53-bb82-c962f939e19e-3459690860_thumb250.jpg",
    "song": "Take It Off",
    "track_id": "be502922-9092-35a7-9e3d-81a033f18145",
    "recording_id": "37c822df-81f4-4a2d-9968-d330a60be304",
    "artist": "The Donnas",
    "artist_ids": [
        "d70416d3-c006-4a8b-aebd-91a4f198591f"
    ],
    "album": "Spend the Night",
    "release_id": "35331eff-cbdc-4ea8-bb2c-b015ceafca86",
    "release_group_id": "0e1c01ac-1006-3d0d-99d2-3aa75fb99f88",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2002-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}