Information about plays

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

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

{
    "id": 3525721,
    "uri": "https://api.kexp.org/v2/plays/3525721/?format=api",
    "airdate": "2025-07-11T22:23:28-07:00",
    "show": 63987,
    "show_uri": "https://api.kexp.org/v2/shows/63987/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e8c4067-0c77-474a-96b2-cfa7a20bc3bd/42133180016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e8c4067-0c77-474a-96b2-cfa7a20bc3bd/42133180016-250.jpg",
    "song": "Armani Section",
    "track_id": null,
    "recording_id": "5284fa37-e858-4fd3-9824-cc420a6988b9",
    "artist": "DJ Premier & Roc Marciano",
    "artist_ids": [
        "084e06f5-3c82-4b71-bd94-dd69e7bd515e",
        "9b14ef6d-119b-47b8-9d06-fc72901451e2"
    ],
    "album": "Armani Section",
    "release_id": null,
    "release_group_id": "6eefc403-09d8-414c-9f40-56ccf386cbe2",
    "labels": [
        "TTT"
    ],
    "label_ids": [
        "59e23f98-fceb-485e-854a-89173424e398"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roc Marciano and DJ Premier got a collaborative EP dropping later this year.\n\nhttps://www.youtube.com/watch?v=CV6uPmd6qDo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}