Information about plays

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

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

{
    "id": 3577962,
    "uri": "https://api.kexp.org/v2/plays/3577962/?format=api",
    "airdate": "2025-11-14T06:57:31-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Comes the Rain Again",
    "track_id": "1473112d-a0d8-3bf4-b575-101716ba2cbb",
    "recording_id": "89513079-80ff-4944-8322-3a80fea60a38",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Touch",
    "release_id": "8511732c-0875-3186-841c-b4aaae22a128",
    "release_group_id": "eac43114-d949-322d-b2a2-4515b824316e",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The rain is back in Seattle, and is staying for awhile. Oh, and on this day in 1983, Touch was released.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}