Information about plays

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

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

{
    "id": 3577575,
    "uri": "https://api.kexp.org/v2/plays/3577575/?format=api",
    "airdate": "2025-11-13T07:48:43-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Since You're Gone",
    "track_id": "1f6762c8-913a-4d2f-a202-8cefbdb9a521",
    "recording_id": "e4871f7a-3597-4a06-b06c-30d13f3c8f1a",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "The Elektra Years: 1978-1987",
    "release_id": "878c9674-871d-47d7-a942-e6a893403f02",
    "release_group_id": "6bfc7663-bf2b-4bf0-af60-b9a40fad5a4c",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2016-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second single from \"Shake It Up\"  enjoyed an extended life as a music video featuring then-sophisticated (by MTV standards) stop-motion photography.: https://www.youtube.com/watch?v=1JnQfKIFERU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}