Information about plays

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

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

{
    "id": 3579946,
    "uri": "https://api.kexp.org/v2/plays/3579946/?format=api",
    "airdate": "2025-11-18T19:11:47-08:00",
    "show": 65148,
    "show_uri": "https://api.kexp.org/v2/shows/65148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cumbria",
    "track_id": null,
    "recording_id": null,
    "artist": "Me and My Friends",
    "artist_ids": [
        "cad5cddc-e94c-4012-b65b-161cb634aad1"
    ],
    "album": "Bring Summer",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Me and My Friends is off their newly released album Bring Summer. Check it out here: https://tinyurl.com/abv7nw54",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}