Information about plays

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

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

{
    "id": 3553556,
    "uri": "https://api.kexp.org/v2/plays/3553556/?format=api",
    "airdate": "2025-09-16T00:23:37-07:00",
    "show": 64574,
    "show_uri": "https://api.kexp.org/v2/shows/64574/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f72a72b-4ec3-4a9b-bc73-f9afc711ce1f/22295062153-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f72a72b-4ec3-4a9b-bc73-f9afc711ce1f/22295062153-250.jpg",
    "song": "Don't Say No",
    "track_id": null,
    "recording_id": null,
    "artist": "Tom Tom Club",
    "artist_ids": [
        "3dc66525-d359-406d-9cdf-cdd3a7de289c"
    ],
    "album": "Boom Boom Chi Boom Boom",
    "release_id": null,
    "release_group_id": "88e9c6f3-85e6-3a6d-9442-fdcda7ae78ac",
    "labels": [
        "Warner"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey buddy, don't say no! - https://www.youtube.com/watch?v=ttLEMJPMZtU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}