Information about plays

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

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

{
    "id": 3428635,
    "uri": "https://api.kexp.org/v2/plays/3428635/?format=api",
    "airdate": "2024-11-22T11:29:32-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia804504.us.archive.org/25/items/mbid-086bce58-c3e7-4f3f-93ed-6202fa129eb9/mbid-086bce58-c3e7-4f3f-93ed-6202fa129eb9-39969160149_thumb500.jpg",
    "thumbnail_uri": "https://ia804504.us.archive.org/25/items/mbid-086bce58-c3e7-4f3f-93ed-6202fa129eb9/mbid-086bce58-c3e7-4f3f-93ed-6202fa129eb9-39969160149_thumb250.jpg",
    "song": "El Infierno Está Cerca",
    "track_id": "26f3c5a3-b985-49f6-a7a7-36225b639223",
    "recording_id": "d9f99482-7f5c-46f5-925f-bfd575e5a52b",
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Todos Nacen Gritando",
    "release_id": "086bce58-c3e7-4f3f-93ed-6202fa129eb9",
    "release_group_id": "ae296c90-75b1-4371-9cf5-f3087b7bfc67",
    "labels": [
        "Total Pleasure Records"
    ],
    "label_ids": [
        "33ac73bd-6550-40c5-9c2e-3713d2e00718"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "St Vincent followed up her April 2024 album, All Born Screaming, with a Spanish-language version of the album, entitled Todos Nacen Gritando, out just last week! Filmmaker and close friend Alan Del Rio Ortiz helped Annie Clark translate the songs. Read more here: https://tinyurl.com/423xn5xb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}