Information about plays

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

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

{
    "id": 3606730,
    "uri": "https://api.kexp.org/v2/plays/3606730/?format=api",
    "airdate": "2026-01-20T08:55:07-08:00",
    "show": 65706,
    "show_uri": "https://api.kexp.org/v2/shows/65706/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rain on the Scarecrow",
    "track_id": "1128a3bf-d5ba-3632-9d41-500b35816c03",
    "recording_id": "3335d861-ceab-4afa-b0ff-b8dc8acaf7cf",
    "artist": "John Cougar Mellencamp",
    "artist_ids": [
        "0aad6b52-fd93-4ea4-9c5d-1f66e1bc9f0a"
    ],
    "album": "Scarecrow",
    "release_id": "2cdd3ca3-62b2-32bd-9970-6ba42b823ad6",
    "release_group_id": "53bc159b-dd34-3486-a37d-e4f7a2b94991",
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scarecrow is the eighth studio album by John Mellencamp, released in 1985. (The \"Cougar\" is silent.)\n\nThis song was co-written by Joshua Green who was John Mellencamp's long-time writing partner. He was a classmate and childhood friend of Mellencamp's from Seymour, Indiana. \n\nhttps://www.mellencamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}