Information about plays

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

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

{
    "id": 3583773,
    "uri": "https://api.kexp.org/v2/plays/3583773/?format=api",
    "airdate": "2025-11-27T19:29:52-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sani",
    "track_id": null,
    "recording_id": "748bb402-6e74-4986-b916-7f37d6bfef22",
    "artist": "Uji Rashid",
    "artist_ids": [
        "e627dc64-e306-4155-9088-a799b1f937a0"
    ],
    "album": "Koleksi Album 1976 & 1977",
    "release_id": null,
    "release_group_id": "b4ba3164-9e9a-4ac8-a49a-d5de63920724",
    "labels": [
        "Warner Music Malaysia"
    ],
    "label_ids": [
        "2a30d374-769b-42e6-804e-419e8dcf6ee0"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Malay singer and actress covers Boney M.s Sunny",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}