Information about plays

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

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

{
    "id": 3600808,
    "uri": "https://api.kexp.org/v2/plays/3600808/?format=api",
    "airdate": "2026-01-06T02:20:39-08:00",
    "show": 65576,
    "show_uri": "https://api.kexp.org/v2/shows/65576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SPACE INVADER",
    "track_id": "4cd1c3e3-a6f8-450e-8d4a-5235f298f84d",
    "recording_id": "ca192888-75bd-4785-9892-321e99638b36",
    "artist": "KAYTRANADA",
    "artist_ids": [
        "e56aee57-d90e-40cf-a70d-beb70f6f3c69"
    ],
    "album": "AIN’T NO DAMN WAY!",
    "release_id": "ba914d4b-9bdc-46a0-8fc5-4f74b6693915",
    "release_group_id": "ffccb1d3-f9e1-4a1f-96c0-3f0e97bb5ae4",
    "labels": [
        "RCA",
        "KAYTRANADA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "6defd838-cd47-4a6e-958c-322794662f35"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KAYTRANADA says: “This album is strictly for workouts, dancing, and studying for my people who love beats.\"\nhttps://www.kaytranada.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}