Information about plays

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

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

{
    "id": 3553183,
    "uri": "https://api.kexp.org/v2/plays/3553183/?format=api",
    "airdate": "2025-09-15T00:45:26-07:00",
    "show": 64565,
    "show_uri": "https://api.kexp.org/v2/shows/64565/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f0da7c9-00f0-489f-842a-5c8e74c5a2fc/41226538528-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f0da7c9-00f0-489f-842a-5c8e74c5a2fc/41226538528-250.jpg",
    "song": "Yiri Yiri Boum",
    "track_id": null,
    "recording_id": "cdaf93dd-6a33-4817-b562-c731972f42f6",
    "artist": "Gnonnas Pedro and His Dadjes Band",
    "artist_ids": [
        "587a410e-5798-4d76-990a-dd6dd896299d"
    ],
    "album": "Roi De L'Agbadja Moderne 1974-1983",
    "release_id": null,
    "release_group_id": "49c4ea62-318a-4632-8591-898dbcbf9092",
    "labels": [
        "Analog Africa"
    ],
    "label_ids": [
        "8b2b26bc-6310-4de1-b092-c10753b65bcc"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}