Information about plays

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

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

{
    "id": 3545654,
    "uri": "https://api.kexp.org/v2/plays/3545654/?format=api",
    "airdate": "2025-08-27T23:21:25-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia800509.us.archive.org/4/items/mbid-c2e1d613-0561-49f3-9098-0e37e080773d/mbid-c2e1d613-0561-49f3-9098-0e37e080773d-14352256720_thumb500.jpg",
    "thumbnail_uri": "https://ia600509.us.archive.org/4/items/mbid-c2e1d613-0561-49f3-9098-0e37e080773d/mbid-c2e1d613-0561-49f3-9098-0e37e080773d-14352256720_thumb250.jpg",
    "song": "Drive",
    "track_id": "d1c13189-cb49-44df-82ba-79d48025825d",
    "recording_id": "80ac5045-c469-469b-b2e0-f4aa3fbdc077",
    "artist": "Britta Phillips",
    "artist_ids": [
        "ad8a1d09-0840-4548-8863-730bc0c37a3e"
    ],
    "album": "Luck or Magic",
    "release_id": "c2e1d613-0561-49f3-9098-0e37e080773d",
    "release_group_id": "11654c26-89a3-40e8-8ea8-39b12b959022",
    "labels": [
        "Double Feature Records"
    ],
    "label_ids": [
        "b91678fa-6ace-4505-b549-db699cd091f4"
    ],
    "release_date": "2016-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}