Information about plays

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

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

{
    "id": 3612104,
    "uri": "https://api.kexp.org/v2/plays/3612104/?format=api",
    "airdate": "2026-02-02T01:18:26-08:00",
    "show": 65818,
    "show_uri": "https://api.kexp.org/v2/shows/65818/?format=api",
    "image_uri": "https://coverartarchive.org/release/2768b513-94b1-4759-a8dd-1a4393bc8e71/18885784216-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2768b513-94b1-4759-a8dd-1a4393bc8e71/18885784216-250.jpg",
    "song": "Drown in My Own Tears",
    "track_id": null,
    "recording_id": "865f64e5-fb5e-4c18-84bb-d25fdf2d66de",
    "artist": "Ramsey Lewis",
    "artist_ids": [
        "fe19b809-e86c-4736-882a-53b72e23171b"
    ],
    "album": "Them Changes",
    "release_id": null,
    "release_group_id": "89492a62-8002-4d89-a71a-b209e6c8c791",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago's own Ramsey Lewis Recorded live at the Depot in Minneapolis Minnesota. May 8,9, 1970",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}