Information about plays

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

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

{
    "id": 3583931,
    "uri": "https://api.kexp.org/v2/plays/3583931/?format=api",
    "airdate": "2025-11-28T04:42:12-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Dog (Watch Me Eat)",
    "track_id": "314aaa0b-bbcd-3641-b695-a38de94c3afc",
    "recording_id": "b52f1c48-ef35-4594-b33a-21809c8510c1",
    "artist": "The Detroit Cobras",
    "artist_ids": [
        "9b8d6e11-05a4-4688-9d96-ad746bfedc41"
    ],
    "album": "Baby",
    "release_id": "6729f897-ae1d-4b3e-b996-7af553432862",
    "release_group_id": "db8d676a-1013-3487-a99e-69496426654c",
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}