Information about plays

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

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

{
    "id": 3633776,
    "uri": "https://api.kexp.org/v2/plays/3633776/?format=api",
    "airdate": "2026-03-26T06:17:43-07:00",
    "show": 66282,
    "show_uri": "https://api.kexp.org/v2/shows/66282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got You Babe",
    "track_id": "6ea6a8a3-af7a-415f-a11d-5c3d1fd18504",
    "recording_id": "70b9fdf6-0fe8-4fdd-a331-48f736bc7e8c",
    "artist": "Sonny & Cher",
    "artist_ids": [
        "3d6e4b6d-2700-458c-9722-9021965a8164"
    ],
    "album": "Atlantic & Atco Remasters Series Sampler Two",
    "release_id": "7d2943a0-2b7b-4676-893c-6b2bac3270d9",
    "release_group_id": "9c72442c-4322-43de-959b-c946023d3d79",
    "labels": [
        "Atlantic",
        "ATCO Records"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Got You Babe\" was first released in 1965 as a single in advance of the duo's debut album, Look at Us.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}