Information about plays

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

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

{
    "id": 3669738,
    "uri": "https://api.kexp.org/v2/plays/3669738/?format=api",
    "airdate": "2026-06-19T04:37:14-07:00",
    "show": 67025,
    "show_uri": "https://api.kexp.org/v2/shows/67025/?format=api",
    "image_uri": "https://coverartarchive.org/release/a919299b-d6da-48bb-b86c-1db938886f73/30425354751-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a919299b-d6da-48bb-b86c-1db938886f73/30425354751-250.jpg",
    "song": "Bye Storm",
    "track_id": null,
    "recording_id": "60fd04d4-cedd-4908-b7ee-9279659ccda0",
    "artist": "Injury Reserve",
    "artist_ids": [
        "4c4fa077-b351-4558-9013-b31e1fbd1d24"
    ],
    "album": "By the Time I Get to Phoenix",
    "release_id": null,
    "release_group_id": "242b18ed-5d47-4a4b-823d-645785525ae0",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}