Information about plays

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

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

{
    "id": 3592765,
    "uri": "https://api.kexp.org/v2/plays/3592765/?format=api",
    "airdate": "2025-12-18T17:59:27-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Missionary Man",
    "track_id": "076d0b0f-f05d-4021-9c05-0da9db180f84",
    "recording_id": "b46cd2d6-e53f-4688-89a1-446d8c2a4b2f",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Revenge",
    "release_id": "10fbdf39-c421-45b6-9baa-b9df70535a8a",
    "release_group_id": "e746a920-13f7-353a-a93e-b2d059eb4db1",
    "labels": [
        "RCA",
        "Ariola"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "b6d68d43-4939-4d76-b0d7-ef855d9f3e6e"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating Clem Burke who died in April.\n\nBeyond his work with Blondie, Burke was involved in a wide array of projects, collaborating with some of the most prominent artists in rock and beyond including the Eurythmics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}