Information about plays

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

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

{
    "id": 3578980,
    "uri": "https://api.kexp.org/v2/plays/3578980/?format=api",
    "airdate": "2025-11-16T13:20:27-08:00",
    "show": 65127,
    "show_uri": "https://api.kexp.org/v2/shows/65127/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Double Shadow",
    "track_id": "86ff2ced-5d67-3e9f-94e4-0fdc7f8222f0",
    "recording_id": "0511448a-28eb-4aca-859a-bb4e26b90d88",
    "artist": "Junior Boys",
    "artist_ids": [
        "86a064f9-3ed4-4621-b29d-d05442c6b1ae"
    ],
    "album": "Hallam Foe",
    "release_id": "855a2d14-43de-437c-bb0c-2a2f3cac6e42",
    "release_group_id": "62336420-8763-377a-880f-c6e8fe100fa2",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2007-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}