Information about plays

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

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

{
    "id": 3604313,
    "uri": "https://api.kexp.org/v2/plays/3604313/?format=api",
    "airdate": "2026-01-14T15:22:58-08:00",
    "show": 65649,
    "show_uri": "https://api.kexp.org/v2/shows/65649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pull Up to the Bumper",
    "track_id": "e7d125b9-639d-44ab-b21d-3f56f662f3e2",
    "recording_id": "5a66758a-a5d6-4252-b1ae-69fc72c6ca46",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Nightclubbing",
    "release_id": "1ddb7200-af95-4b9e-8fdf-3ffa76dd7738",
    "release_group_id": "8a0fff99-479d-3fe3-849f-0ddc8d22d304",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2014-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Is it warm in here?\n--\nReesie asked for this terrific track from Grace Jones.\n--\nHere's the great Grace Jones in a live performance of this suggestive song in 2024: https://www.youtube.com/watch?v=zi_vOAzJwB0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}