Information about plays

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

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

{
    "id": 3549402,
    "uri": "https://api.kexp.org/v2/plays/3549402/?format=api",
    "airdate": "2025-09-05T23:04:34-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ab639c6-7e35-4c89-be9d-6ce465c0bc38/22341543111-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ab639c6-7e35-4c89-be9d-6ce465c0bc38/22341543111-250.jpg",
    "song": "No Moor",
    "track_id": null,
    "recording_id": "a7dfb6d5-a829-4a3f-a095-cfb400ad4c30",
    "artist": "Shafiq Husayn",
    "artist_ids": [
        "6f20aeb7-c17a-472a-8be6-f6af6036d820"
    ],
    "album": "Shafiq En'a Freeka",
    "release_id": null,
    "release_group_id": "5cca081e-89f5-49ae-be92-b4d8901c7e66",
    "labels": [
        "Plug Research"
    ],
    "label_ids": [
        "8e09ff89-27f9-4cb2-9454-fd287feba47e"
    ],
    "release_date": "2009-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}