Information about plays

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

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

{
    "id": 3622838,
    "uri": "https://api.kexp.org/v2/plays/3622838/?format=api",
    "airdate": "2026-02-27T03:12:05-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ride Wit Me",
    "track_id": null,
    "recording_id": "f249b61f-bd47-42e3-809b-50e9d50f926d",
    "artist": "T.I.",
    "artist_ids": [
        "f7ba7fbe-c6bd-4ac0-bee9-c25c558d7d62"
    ],
    "album": "King",
    "release_id": null,
    "release_group_id": "976904b2-824e-339c-9823-f3d67c8d906c",
    "labels": [
        "Grand Hustle"
    ],
    "label_ids": [
        "ab143610-f40a-4c4e-9d8c-4cf956af7a81"
    ],
    "release_date": "2006-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE - 2006!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}