Information about plays

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

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

{
    "id": 3612195,
    "uri": "https://api.kexp.org/v2/plays/3612195/?format=api",
    "airdate": "2026-02-02T07:53:15-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Could It Be I’m Falling in Love",
    "track_id": null,
    "recording_id": "8869d23b-b180-4b03-a27b-a47651b525df",
    "artist": "The Spinners",
    "artist_ids": [],
    "album": "Now Presents Classic Soul",
    "release_id": null,
    "release_group_id": "37221014-cf5c-41ed-bd6f-b2be5fa580fb",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2023-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}