Information about plays

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

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

{
    "id": 3581175,
    "uri": "https://api.kexp.org/v2/plays/3581175/?format=api",
    "airdate": "2025-11-21T20:23:08-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zungguzungguguzungguezeng",
    "track_id": null,
    "recording_id": "9b606ed7-e469-4d97-b13c-8f002f452341",
    "artist": "Yellowman",
    "artist_ids": [
        "870ec051-e50e-4bf9-b704-6098fe0e0297"
    ],
    "album": "Dancehall Essentials in a Rub-A-Dub Style",
    "release_id": null,
    "release_group_id": "4c481e9d-7bb0-3eae-a3da-c57e10b9edbc",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}