Information about plays

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

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

{
    "id": 3548176,
    "uri": "https://api.kexp.org/v2/plays/3548176/?format=api",
    "airdate": "2025-09-02T23:04:27-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3a962e3-0c46-4c3a-aeb9-a8efa29b4d51/1766802436-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3a962e3-0c46-4c3a-aeb9-a8efa29b4d51/1766802436-250.jpg",
    "song": "I Can See It in Your Face",
    "track_id": null,
    "recording_id": "b368ea49-205e-4831-a893-6e9ebe2647f6",
    "artist": "Pretty Lights",
    "artist_ids": [
        "3a07764c-7cc5-42e9-8205-3de7532f4771"
    ],
    "album": "Making Up a Changing Mind",
    "release_id": null,
    "release_group_id": "9361a946-9d82-4695-8a1f-17e05a126bcd",
    "labels": [
        "Pretty Lights Music"
    ],
    "label_ids": [
        "b7e8088a-07c9-4c76-857d-09b85278601b"
    ],
    "release_date": "2010-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Colorado DJ, producer, multi-instrumentalist. http://prettylightsmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}