Information about plays

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

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

{
    "id": 3549525,
    "uri": "https://api.kexp.org/v2/plays/3549525/?format=api",
    "airdate": "2025-09-06T05:53:46-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://coverartarchive.org/release/1966cb82-ec19-41c2-b92c-3f5928a0d9b9/11661765025-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1966cb82-ec19-41c2-b92c-3f5928a0d9b9/11661765025-250.jpg",
    "song": "Gun Control",
    "track_id": null,
    "recording_id": "3357c5d9-0923-4b6f-b030-07effe23dd57",
    "artist": "Ian Hunter",
    "artist_ids": [
        "09a67d90-b221-4d15-9bcf-707218108690"
    ],
    "album": "Short Back n’ Sides",
    "release_id": null,
    "release_group_id": "5e3d2f27-facd-3e72-bb2d-a146197434f6",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}