Information about plays

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

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

{
    "id": 3580644,
    "uri": "https://api.kexp.org/v2/plays/3580644/?format=api",
    "airdate": "2025-11-20T12:42:44-08:00",
    "show": 65161,
    "show_uri": "https://api.kexp.org/v2/shows/65161/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Do is Lie",
    "track_id": "a2e02d5a-4b82-46ef-84ac-4fe07eab794f",
    "recording_id": "806f378d-b885-4677-8080-96653c8c5038",
    "artist": "Stef Chura",
    "artist_ids": [
        "e86c1345-25e1-46cc-94c7-7056d301a7ab"
    ],
    "album": "Midnight",
    "release_id": "be34969c-12b0-471a-9a0e-9fd25b163b90",
    "release_group_id": "de9e7004-3168-46e2-83d9-715639dde598",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl hosted Detroit artist Stef Chura Live on KEXP in 2019! Check out the performance here:\n\nhttps://www.youtube.com/watch?v=nEFlbuod0Lk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}