Information about plays

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

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

{
    "id": 3634284,
    "uri": "https://api.kexp.org/v2/plays/3634284/?format=api",
    "airdate": "2026-03-27T14:08:07-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Like Us",
    "track_id": null,
    "recording_id": "2c27c730-dc3f-421d-9593-17c96fa0fb85",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Not Like Us",
    "release_id": null,
    "release_group_id": "564b9cea-cde5-46b5-bc66-2eb707920ee1",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2024-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kendrick's and Drake have a LONG-running feud going on!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}