Information about plays

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

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

{
    "id": 3599697,
    "uri": "https://api.kexp.org/v2/plays/3599697/?format=api",
    "airdate": "2026-01-03T15:37:22-08:00",
    "show": 65554,
    "show_uri": "https://api.kexp.org/v2/shows/65554/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Genghis Khan",
    "track_id": "1c57a543-92e0-4a12-a69a-9beb37e40b3d",
    "recording_id": "19bf0a27-d3ee-41da-8758-e0020a35c078",
    "artist": "Miike Snow",
    "artist_ids": [
        "753a1564-aaef-4d39-bc68-4a8d5e328cf7"
    ],
    "album": "iii",
    "release_id": "f5fa7af6-4367-40f7-9e16-9c1a5efdaf2e",
    "release_group_id": "9fb5ac13-bfdb-40ed-b46d-6af85577a64c",
    "labels": [
        "Atlantic",
        "Jackalope Recordings"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "3f4da303-c804-4fd6-9629-e7ed6c401442"
    ],
    "release_date": "2016-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miike Snow is a Swedish indie pop band formed in 2007. \nCheck out this incredible spy thriller video with a twist: https://youtu.be/P_SlAzsXa7E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}