Information about plays

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

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

{
    "id": 3547893,
    "uri": "https://api.kexp.org/v2/plays/3547893/?format=api",
    "airdate": "2025-09-02T07:11:23-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://ia601300.us.archive.org/32/items/mbid-0d4bca24-a767-46d5-b95e-908fa3b4fd79/mbid-0d4bca24-a767-46d5-b95e-908fa3b4fd79-12926278819_thumb500.jpg",
    "thumbnail_uri": "https://ia601300.us.archive.org/32/items/mbid-0d4bca24-a767-46d5-b95e-908fa3b4fd79/mbid-0d4bca24-a767-46d5-b95e-908fa3b4fd79-12926278819_thumb250.jpg",
    "song": "Mountain at My Gates",
    "track_id": "763ce3fd-74a8-4f0a-bfeb-ff011849541b",
    "recording_id": "e219264b-b5e9-47c4-a508-955d94a29469",
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "What Went Down",
    "release_id": "0d4bca24-a767-46d5-b95e-908fa3b4fd79",
    "release_group_id": "008b9a80-7d2a-497c-8c47-436d86f60dbc",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2015-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mountain at My Gates\" is a song by British rock band Foals.\n--\nProduced by James Ford, who also produced 'Romance' by Fontaines DC .\nhttps://www.foals.co.uk/?frontpage=true",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}