Information about plays

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

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

{
    "id": 3633492,
    "uri": "https://api.kexp.org/v2/plays/3633492/?format=api",
    "airdate": "2026-03-25T12:11:33-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab55ac76-eee5-4f89-ac14-7bb9aa837bc8/38462695827-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab55ac76-eee5-4f89-ac14-7bb9aa837bc8/38462695827-250.jpg",
    "song": "Spring breakers",
    "track_id": null,
    "recording_id": "21c5e2dc-5165-4937-a03c-24a6e2b36ec9",
    "artist": "Charli xcx",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca"
    ],
    "album": "BRAT",
    "release_id": null,
    "release_group_id": "e0fdb431-0109-420d-8a37-f99eaeb4d671",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track samples Britney Spears' song \"Everytime\"!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}