Information about plays

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

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

{
    "id": 3542707,
    "uri": "https://api.kexp.org/v2/plays/3542707/?format=api",
    "airdate": "2025-08-21T01:38:05-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/59725d22-2e59-48d6-8468-9f148c0fda11/41952191887-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59725d22-2e59-48d6-8468-9f148c0fda11/41952191887-250.jpg",
    "song": "Ga$ Prices",
    "track_id": null,
    "recording_id": "0abe8b58-0d6f-4592-a159-dccfaf8335ce",
    "artist": "Murs",
    "artist_ids": [
        "29776960-786c-4086-8079-ef5b83a0054c"
    ],
    "album": "Love & Rockets 3:16 (The Emancipation)",
    "release_id": null,
    "release_group_id": "50366def-0d20-477a-a637-f700946142ef",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2025-07-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album in Murs' Love & Rockets trilogy!\n\nhttps://murs-mmg.bandcamp.com/album/love-rockets-3-16-the-emancipation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}