Information about plays

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

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

{
    "id": 3617150,
    "uri": "https://api.kexp.org/v2/plays/3617150/?format=api",
    "airdate": "2026-02-13T23:09:00-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a292c0e-e1bf-43bb-a24e-db9e7f921749/36044394851-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a292c0e-e1bf-43bb-a24e-db9e7f921749/36044394851-250.jpg",
    "song": "Black Swan",
    "track_id": null,
    "recording_id": "df14c8c6-adbd-46c3-b4ae-8260e8aaabda",
    "artist": "Statik Selectah, Rapsody, Nitty Scott",
    "artist_ids": [
        "251df9e4-3485-4b4f-aeff-65f8557561f9",
        "d6302903-1f62-420a-8d8b-c54941ac754e",
        "9bbb1c10-f00d-45d9-b3e6-9a6b35edde72"
    ],
    "album": "Population Control",
    "release_id": null,
    "release_group_id": "4666c35e-ba19-4fdd-9bf1-01905a7315db",
    "labels": [
        "Duck Down"
    ],
    "label_ids": [
        "05397303-7698-402e-bdc0-c94db448fb15"
    ],
    "release_date": "2011-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}