Information about plays

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

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

{
    "id": 3519682,
    "uri": "https://api.kexp.org/v2/plays/3519682/?format=api",
    "airdate": "2025-06-27T22:08:28-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flipside",
    "track_id": null,
    "recording_id": "7834d3bc-8727-47d1-bda8-c00ae2294a6f",
    "artist": "Freeway featuring Peedi Crakk",
    "artist_ids": [
        "5d008bf9-2958-4640-a5de-dcdcebe711a4",
        "412e1375-4ff4-4026-9be1-d9307a7dfa0e"
    ],
    "album": "Philadelphia Freeway",
    "release_id": null,
    "release_group_id": "68f69ccb-5c82-30b1-ae0e-277ab3beb943",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2003-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Just Blaze!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}