Information about plays

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

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

{
    "id": 3549266,
    "uri": "https://api.kexp.org/v2/plays/3549266/?format=api",
    "airdate": "2025-09-05T15:12:08-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d216e53-bc91-494a-9fce-d36ae19bd77a/36786489739-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d216e53-bc91-494a-9fce-d36ae19bd77a/36786489739-250.jpg",
    "song": "Are You Living",
    "track_id": null,
    "recording_id": "13181e38-3eed-4577-9f43-5cd541215574",
    "artist": "The Gap Band",
    "artist_ids": [
        "00aab979-da36-4efd-9086-e409cda07f9c"
    ],
    "album": "Gap Band III",
    "release_id": null,
    "release_group_id": "bd6c9e28-a1c9-38d9-af38-78536b057b7e",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1980-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Jake in South Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}