Information about plays

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

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

{
    "id": 3573796,
    "uri": "https://api.kexp.org/v2/plays/3573796/?format=api",
    "airdate": "2025-11-04T06:10:33-08:00",
    "show": 65019,
    "show_uri": "https://api.kexp.org/v2/shows/65019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "6L GTR",
    "track_id": null,
    "recording_id": "ef65cdf9-f14f-4403-b822-cf940163bfd3",
    "artist": "The Chats",
    "artist_ids": [
        "aafe3816-2d68-4528-adda-d68514c940d4"
    ],
    "album": "6L GTR",
    "release_id": null,
    "release_group_id": "b5f0ff5b-e166-4f6e-bf73-0827c8d2c664",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for 6L GTR https://youtu.be/hrkuo0y8gMU \n\nhttps://thechatslovebeer.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}