Information about plays

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

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

{
    "id": 3634423,
    "uri": "https://api.kexp.org/v2/plays/3634423/?format=api",
    "airdate": "2026-03-27T23:30:52-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Address",
    "track_id": null,
    "recording_id": "7b221600-fd4c-4a25-83d8-079621be2469",
    "artist": "Curren$y",
    "artist_ids": [
        "4ce1c576-305a-4b82-82fa-5e5359056219"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their 2022 collaborative album \"Regatta,\" this track continues the long-standing partnership between New Orleans rapper Curren$y and Brooklyn producer Harry Fraud.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}