Information about plays

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

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

{
    "id": 3559788,
    "uri": "https://api.kexp.org/v2/plays/3559788/?format=api",
    "airdate": "2025-09-30T21:23:15-07:00",
    "show": 64712,
    "show_uri": "https://api.kexp.org/v2/shows/64712/?format=api",
    "image_uri": "https://coverartarchive.org/release/66c2ceb8-d369-4d8c-b702-490838855977/29345921858-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66c2ceb8-d369-4d8c-b702-490838855977/29345921858-250.jpg",
    "song": "Sexy Boy",
    "track_id": null,
    "recording_id": "3582321b-1c8b-4022-962d-1d6c5c72caaa",
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Moon Safari",
    "release_id": null,
    "release_group_id": "b0bf2b77-b8cf-32f6-8893-9741d757b400",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1998-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sexy Boy\" is a song by French music duo Air, released in February 1998 by Virgin Records as the first single from the duo's first album, Moon Safari. The song is noted for allowing the band, and French dance music more generally, to break through to British and American markets.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}