Information about plays

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

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

{
    "id": 3582763,
    "uri": "https://api.kexp.org/v2/plays/3582763/?format=api",
    "airdate": "2025-11-25T11:36:12-08:00",
    "show": 65207,
    "show_uri": "https://api.kexp.org/v2/shows/65207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move",
    "track_id": "cc50ad3c-2b17-48ee-809d-fa8ace99266c",
    "recording_id": "7740500c-206c-40e7-87c2-df9516b6c3f0",
    "artist": "Constant Lovers",
    "artist_ids": [
        "f31e4999-b5fb-4410-ae28-f0813546248c"
    ],
    "album": "True Romance",
    "release_id": "08609a56-f38c-4071-b9c7-1b02dd439e7e",
    "release_group_id": "f94fbc3a-e406-4d16-93ce-a38a14ac3eeb",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance by Constant lovers in the KEXP studio in 2014: https://www.youtube.com/watch?v=zz9cIYetZuE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}