Information about plays

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

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

{
    "id": 3618273,
    "uri": "https://api.kexp.org/v2/plays/3618273/?format=api",
    "airdate": "2026-02-16T11:30:21-08:00",
    "show": 65950,
    "show_uri": "https://api.kexp.org/v2/shows/65950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Burn",
    "track_id": "0dca44e6-d4a8-48cd-be99-af855b55a608",
    "recording_id": "b72c31a6-adb4-4bce-8c3e-9fae49056ad6",
    "artist": "Kacey Musgraves",
    "artist_ids": [
        "d1393ecb-431b-4fde-a6ea-d769f2f040cb"
    ],
    "album": "Golden Hour",
    "release_id": "e6ad655a-d3f2-4f36-aad3-5463ee8eed59",
    "release_group_id": "56713bde-f9de-4097-bbe3-41d9d7af32c4",
    "labels": [
        "MCA Nashville"
    ],
    "label_ids": [
        "05e216a0-c5c6-4788-a105-39efee687715"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}