Information about plays

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

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

{
    "id": 3519806,
    "uri": "https://api.kexp.org/v2/plays/3519806/?format=api",
    "airdate": "2025-06-28T05:01:18-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://ia903403.us.archive.org/4/items/mbid-df1a9202-6f1d-4b0d-a38c-049e9a90f612/mbid-df1a9202-6f1d-4b0d-a38c-049e9a90f612-17771577496_thumb500.jpg",
    "thumbnail_uri": "https://ia803403.us.archive.org/4/items/mbid-df1a9202-6f1d-4b0d-a38c-049e9a90f612/mbid-df1a9202-6f1d-4b0d-a38c-049e9a90f612-17771577496_thumb250.jpg",
    "song": "Colors",
    "track_id": "6653e0be-f164-4940-be21-c382b4c59732",
    "recording_id": "84b29238-ac61-4e97-8376-d9b98cb0eb6e",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Colors",
    "release_id": "df1a9202-6f1d-4b0d-a38c-049e9a90f612",
    "release_group_id": "84d67365-a2ca-4580-a239-9446231f27a0",
    "labels": [
        "Capitol Records",
        "Fonograf Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "64ba9339-81d8-4159-9731-619053e03e3d"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}