Information about plays

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

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

{
    "id": 3567622,
    "uri": "https://api.kexp.org/v2/plays/3567622/?format=api",
    "airdate": "2025-10-20T13:11:28-07:00",
    "show": 64888,
    "show_uri": "https://api.kexp.org/v2/shows/64888/?format=api",
    "image_uri": "https://ia801201.us.archive.org/20/items/mbid-b292c647-e3f6-4991-a919-7bd4df4d99ff/mbid-b292c647-e3f6-4991-a919-7bd4df4d99ff-17513520760_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.archive.org/20/items/mbid-b292c647-e3f6-4991-a919-7bd4df4d99ff/mbid-b292c647-e3f6-4991-a919-7bd4df4d99ff-17513520760_thumb250.jpg",
    "song": "FEAR.",
    "track_id": "7d5dd4ee-704f-4957-8f9b-aa475c9a52ef",
    "recording_id": "644509de-641d-4ba4-ade5-9cf6aad51b84",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "DAMN.",
    "release_id": "b292c647-e3f6-4991-a919-7bd4df4d99ff",
    "release_group_id": "b88655ba-7469-48b8-a296-b9011ab73ef3",
    "labels": [
        "Top Dog Records"
    ],
    "label_ids": [
        "3bdf4987-3de7-4ed4-8d50-493ba5863c06"
    ],
    "release_date": "2017-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"DAMN.\" won the Pulitzer Prize for Music in 2018.\n--\nKendrick said in a 2017 interview that the verses in this song are the best he’s ever written\n\nHe explained the veracity of the song:\n\"It’s completely honest. The first verse is everything that I feared from the time that I was seven years old. The second verse I was 17, in the third it’s everything I feared when I was 27. These verses are completely honest.\"\n\nHere's what he wrote: https://genius.com/Kendrick-lamar-fear-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}