Information about plays

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

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

{
    "id": 3617161,
    "uri": "https://api.kexp.org/v2/plays/3617161/?format=api",
    "airdate": "2026-02-13T23:42:27-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trunk Music",
    "track_id": null,
    "recording_id": "154dd83e-54fc-43a1-acd4-e73ce31cc3ec",
    "artist": "Strong Arm Steady feat. The Game",
    "artist_ids": [
        "59cc0611-9501-47e6-b637-f31375f7ca4a",
        "07cc14fb-4784-4a25-804b-2686ed5ef52c"
    ],
    "album": "Arms & Hammers",
    "release_id": null,
    "release_group_id": "63631c2f-45c1-48bf-aca8-fbdabb779497",
    "labels": [
        "Blacksmith"
    ],
    "label_ids": [
        "dd3e79ca-9816-44f6-93f0-882d535e0898"
    ],
    "release_date": "2011-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}