Information about plays

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

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

{
    "id": 3586167,
    "uri": "https://api.kexp.org/v2/plays/3586167/?format=api",
    "airdate": "2025-12-03T05:49:28-08:00",
    "show": 65276,
    "show_uri": "https://api.kexp.org/v2/shows/65276/?format=api",
    "image_uri": "https://coverartarchive.org/release/60adcd36-a506-4f30-9418-a785ed929eae/6567994654-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60adcd36-a506-4f30-9418-a785ed929eae/6567994654-250.jpg",
    "song": "Cool Jerk",
    "track_id": null,
    "recording_id": "ed2d90e7-6dda-4481-85cc-60ffbb63c184",
    "artist": "Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Vacation",
    "release_id": null,
    "release_group_id": "80b7f073-4c8f-3003-9d77-94167f795b3e",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1982-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video for \"Cool Jerk\" https://www.youtube.com/watch?v=e3Zle3OI_7A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}