Information about plays

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

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

{
    "id": 3554733,
    "uri": "https://api.kexp.org/v2/plays/3554733/?format=api",
    "airdate": "2025-09-18T20:24:05-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Canton Mambo",
    "track_id": null,
    "recording_id": null,
    "artist": "Gia Fu",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kong Records Ltd."
    ],
    "label_ids": [],
    "release_date": "2023-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gia Fu is a Hong Kong-based DJ, producer, and cultural researcher who specializes in Afro-Latin music, particularly salsa. Her work blends her Chinese heritage with Latin American and Caribbean influences, and aims to bridge cultural divides through music, dance, and research.\n\nWe recently featured Gia Fu on the El Sonido Podcast here:\nhttps://www.kexp.org/podcasts/el-sonido/2025/7/14/cancioneros-gia-fu/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}