Information about plays

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

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

{
    "id": 3548300,
    "uri": "https://api.kexp.org/v2/plays/3548300/?format=api",
    "airdate": "2025-09-03T05:54:30-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia800806.us.archive.org/11/items/mbid-b49747d3-59e9-3d8f-826c-8e3838884db6/mbid-b49747d3-59e9-3d8f-826c-8e3838884db6-4774497813_thumb500.jpg",
    "thumbnail_uri": "https://ia600806.us.archive.org/11/items/mbid-b49747d3-59e9-3d8f-826c-8e3838884db6/mbid-b49747d3-59e9-3d8f-826c-8e3838884db6-4774497813_thumb250.jpg",
    "song": "Teacher, Teacher",
    "track_id": "8da269a1-17d7-3096-92c5-3dfca621fdde",
    "recording_id": "91479adc-2875-474c-8374-2ec39125de47",
    "artist": "Slick Rick",
    "artist_ids": [
        "486af4f0-a79b-468f-be73-527cd4caf6ea"
    ],
    "album": "The Great Adventures of Slick Rick",
    "release_id": "b49747d3-59e9-3d8f-826c-8e3838884db6",
    "release_group_id": "5e1625ea-ae7a-3e8d-b77f-54f83be2c2e1",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1995-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Slick Rick sampled Funkadelic's 1981 \"You'll Like It Too\" for \"Teacher, Teacher.\"  Here's the music video for the song: https://www.youtube.com/watch?v=03M8f93GCfk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}