Information about plays

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

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

{
    "id": 3635326,
    "uri": "https://api.kexp.org/v2/plays/3635326/?format=api",
    "airdate": "2026-03-29T21:27:03-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "https://coverartarchive.org/release/40b4c609-9fef-409a-9be7-0f5018e761d1/2471751519-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/40b4c609-9fef-409a-9be7-0f5018e761d1/2471751519-250.jpg",
    "song": "It’s Up There",
    "track_id": null,
    "recording_id": "6f1b646a-9e2b-46b7-98b7-fdcce1ee76d4",
    "artist": "The Field",
    "artist_ids": [
        "e5d87018-16a1-4a05-acfd-6a4809ac62f6"
    ],
    "album": "Looping State of Mind",
    "release_id": null,
    "release_group_id": "6745fa25-3fbe-4c76-b29b-83ed5dea788f",
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2011-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}