Information about plays

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

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

{
    "id": 3605191,
    "uri": "https://api.kexp.org/v2/plays/3605191/?format=api",
    "airdate": "2026-01-16T18:15:34-08:00",
    "show": 65667,
    "show_uri": "https://api.kexp.org/v2/shows/65667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got to Give It Up",
    "track_id": "df20585b-9992-471d-9575-164f618f4419",
    "recording_id": "2d8bc045-c499-467e-a542-83b5afaef72f",
    "artist": "Aaliyah feat. Slick Rick",
    "artist_ids": [
        "bc85da58-52d9-457d-ae8d-5d8d4ec870a9",
        "486af4f0-a79b-468f-be73-527cd4caf6ea"
    ],
    "album": "One in a Million",
    "release_id": "0208e210-1ff7-47c8-a5be-e784e6f78104",
    "release_group_id": "776a71f8-2071-3743-aab4-83436df1b366",
    "labels": [
        "Blackground Records"
    ],
    "label_ids": [
        "a7026456-7f7f-49c8-83a5-a5fde9eac30b"
    ],
    "release_date": "2021-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Celestial Birthday to Aaliyah! Born this day in 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}