Information about plays

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

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

{
    "id": 3552919,
    "uri": "https://api.kexp.org/v2/plays/3552919/?format=api",
    "airdate": "2025-09-14T10:20:23-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cabbage White",
    "track_id": null,
    "recording_id": null,
    "artist": "Ever-Lovin' Jug Band",
    "artist_ids": [],
    "album": "Move That Thing",
    "release_id": null,
    "release_group_id": "2a4c8e9b-445d-3653-96a7-78d863397641",
    "labels": [
        "Jalopy Records"
    ],
    "label_ids": [],
    "release_date": "2008-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Husband and wife Bill Howard & Minnie Heart have made jug band music for the new ’20s.\nhttps://everlovinjugband.bandcamp.com/album/move-that-thing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}