Information about plays

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

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

{
    "id": 3548993,
    "uri": "https://api.kexp.org/v2/plays/3548993/?format=api",
    "airdate": "2025-09-04T22:26:56-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/f624e316-d45b-4605-8fa6-ebca74992f51/13809992600-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f624e316-d45b-4605-8fa6-ebca74992f51/13809992600-250.jpg",
    "song": "Prescription",
    "track_id": null,
    "recording_id": "9273e13e-a583-4c54-9585-7d9ac60d6308",
    "artist": "Kraak & Smaak feat. Eric Biddines",
    "artist_ids": [
        "472fcf2f-eaa2-44a2-8e8f-2ecd23cd0fc7",
        "3840d27f-2616-4eb7-a1e3-1ae1780745ef"
    ],
    "album": "Juicy Fruit",
    "release_id": null,
    "release_group_id": "5e0b6f80-a566-4d65-9437-4e5a33c79978",
    "labels": [
        "Jalapeno Records"
    ],
    "label_ids": [
        "4f109170-6376-470c-a83d-5fe29e6baaa5"
    ],
    "release_date": "2016-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}