Information about plays

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

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

{
    "id": 3500431,
    "uri": "https://api.kexp.org/v2/plays/3500431/?format=api",
    "airdate": "2025-05-12T13:39:09-07:00",
    "show": 63443,
    "show_uri": "https://api.kexp.org/v2/shows/63443/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f01bec9-ae3e-3b75-a667-49931ad038bd/2713386747-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f01bec9-ae3e-3b75-a667-49931ad038bd/2713386747-250.jpg",
    "song": "Who Is It (Carry My Joy on the Left, Carry My Pain on the Right)",
    "track_id": null,
    "recording_id": "76a58a60-c943-495f-8fe8-6b22bf8fd5f7",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Medúlla",
    "release_id": null,
    "release_group_id": "4b2ee53c-6527-30e5-940c-c426a7a6f618",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2004-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}