Information about plays

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

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

{
    "id": 3568776,
    "uri": "https://api.kexp.org/v2/plays/3568776/?format=api",
    "airdate": "2025-10-23T04:01:38-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m So Excited",
    "track_id": null,
    "recording_id": "aa7b1ffc-0fd9-4a1e-98f2-03954993a223",
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "Break Out",
    "release_id": null,
    "release_group_id": "703cc3e8-2c6b-39d6-ae0b-f4166823c96b",
    "labels": [
        "Planet"
    ],
    "label_ids": [
        "81197a5b-bef8-4f6a-97d5-62462872da4f"
    ],
    "release_date": "1983-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Like this song?  We're so excited to play it! Watch the official video for this song, with Anita Pointer on lead vocals: https://www.youtube.com/watch?v=8iwBM_YB1sE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}