Information about plays

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

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

{
    "id": 3569482,
    "uri": "https://api.kexp.org/v2/plays/3569482/?format=api",
    "airdate": "2025-10-24T19:12:11-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "https://coverartarchive.org/release/14e9c296-f182-4e0b-abfa-27f7a514da16/32076167183-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14e9c296-f182-4e0b-abfa-27f7a514da16/32076167183-250.jpg",
    "song": "West Indies",
    "track_id": null,
    "recording_id": "cfb99c86-1b3b-43e5-af18-a965f96010d1",
    "artist": "Koffee",
    "artist_ids": [
        "59043488-7d14-4518-b6db-fe8aded0593b"
    ],
    "album": "Gifted",
    "release_id": null,
    "release_group_id": "5a26bb85-a06d-4243-b392-38fbab1b358a",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}