Information about plays

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

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

{
    "id": 3636783,
    "uri": "https://api.kexp.org/v2/plays/3636783/?format=api",
    "airdate": "2026-04-02T07:17:39-07:00",
    "show": 66344,
    "show_uri": "https://api.kexp.org/v2/shows/66344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel Love",
    "track_id": "e2301557-9752-4f71-a920-bff106d5978b",
    "recording_id": "00153e2d-5cf2-400f-b1d8-8ba18556690a",
    "artist": "Nice Biscuit",
    "artist_ids": [
        "632cda31-18ca-43b5-8c3b-74e970dc5105"
    ],
    "album": "I Feel Love",
    "release_id": "fe8c668e-41f1-430c-9f6d-2acb4d5bad50",
    "release_group_id": "be09f8e6-bc97-49c4-9b77-31c7ffea2610",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Donna Summer Cover!\nhttps://www.nicebiscuitband.com/\n\nIf you're feeling it, check out Nice Biscuit performing this live: https://www.youtube.com/watch?v=qUQO9NqKhzo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}