Information about plays

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

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

{
    "id": 3598862,
    "uri": "https://api.kexp.org/v2/plays/3598862/?format=api",
    "airdate": "2026-01-01T15:00:59-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guava Jelly",
    "track_id": null,
    "recording_id": "732223d0-fa9c-4650-bcbc-48665ceacb23",
    "artist": "Johnny Nash",
    "artist_ids": [
        "0efaa6e3-3ef1-4481-bc01-aa3d5901dbdc"
    ],
    "album": "The Best of Johnny Nash",
    "release_id": null,
    "release_group_id": "5c816d0a-60b5-3abd-af0c-3688af385e40",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., reggae singer Johnny Nash, perhaps best known for \"I Can See Clearly Now,\" who died in 2020: https://www.theguardian.com/music/2020/oct/08/johnny-nash-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}