Information about plays

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

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

{
    "id": 3549544,
    "uri": "https://api.kexp.org/v2/plays/3549544/?format=api",
    "airdate": "2025-09-06T06:47:28-07:00",
    "show": 64488,
    "show_uri": "https://api.kexp.org/v2/shows/64488/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab47d34a-acfb-451d-870a-b1ebba2304cf/20154949431-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab47d34a-acfb-451d-870a-b1ebba2304cf/20154949431-250.jpg",
    "song": "I Like Me Better",
    "track_id": null,
    "recording_id": "c9319bbc-8dec-4c7c-8934-ee234345f705",
    "artist": "Lauv",
    "artist_ids": [
        "c0ef2ba5-a7b7-40ea-bd27-30acccfcac11"
    ],
    "album": "I met you when I was 18. (the playlist)",
    "release_id": null,
    "release_group_id": "a4e3592b-0b43-4258-9b42-9ee298e3385b",
    "labels": [
        "Traffic Inc."
    ],
    "label_ids": [
        "2173bd4b-f9d7-4949-b8e7-e492b48e7e48"
    ],
    "release_date": "2018-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}