Information about plays

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

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

{
    "id": 3519735,
    "uri": "https://api.kexp.org/v2/plays/3519735/?format=api",
    "airdate": "2025-06-28T00:49:00-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://ia600605.us.archive.org/12/items/mbid-3fd8082a-e5eb-41ab-9971-607c8081caca/mbid-3fd8082a-e5eb-41ab-9971-607c8081caca-6737138499_thumb500.jpg",
    "thumbnail_uri": "https://ia600605.us.archive.org/12/items/mbid-3fd8082a-e5eb-41ab-9971-607c8081caca/mbid-3fd8082a-e5eb-41ab-9971-607c8081caca-6737138499_thumb250.jpg",
    "song": "High",
    "track_id": "c59af322-9c4b-4a3c-9315-f789a562e961",
    "recording_id": "994bdbfb-a9d3-4848-813b-7cd539f613eb",
    "artist": "Freddie Gibbs & Madlib feat. Danny Brown",
    "artist_ids": [
        "21645c31-fe1c-45a4-955c-3e172b12c3f9",
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8",
        "960afc67-9c21-46dd-9c7f-ff2b509e3150"
    ],
    "album": "Piñata",
    "release_id": "3fd8082a-e5eb-41ab-9971-607c8081caca",
    "release_group_id": "6b9a9e04-abd7-4666-86ba-bb220ef4c3b2",
    "labels": [
        "Madlib Invazion"
    ],
    "label_ids": [
        "fb9623df-0334-4b86-81a9-81bd0b073ff7"
    ],
    "release_date": "2014-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Alex!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}