Information about plays

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

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

{
    "id": 3590988,
    "uri": "https://api.kexp.org/v2/plays/3590988/?format=api",
    "airdate": "2025-12-14T12:08:23-08:00",
    "show": 65377,
    "show_uri": "https://api.kexp.org/v2/shows/65377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River Runs Deep",
    "track_id": "0ead881c-097d-4234-b935-845d080d0cc0",
    "recording_id": "0b27548b-fdf7-4aad-a04e-709e2869687f",
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Shy Girl",
    "release_id": "6d296c17-3e98-4905-a03e-7f1cc22e4d2b",
    "release_group_id": "df46bbd9-3bad-4f29-8421-c0c81be04634",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://holliecook.bandcamp.com/album/shy-girl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}