Information about plays

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

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

{
    "id": 3428138,
    "uri": "https://api.kexp.org/v2/plays/3428138/?format=api",
    "airdate": "2024-11-21T05:41:57-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia904504.us.archive.org/25/items/mbid-086bce58-c3e7-4f3f-93ed-6202fa129eb9/mbid-086bce58-c3e7-4f3f-93ed-6202fa129eb9-39969160149_thumb500.jpg",
    "thumbnail_uri": "https://ia904504.us.archive.org/25/items/mbid-086bce58-c3e7-4f3f-93ed-6202fa129eb9/mbid-086bce58-c3e7-4f3f-93ed-6202fa129eb9-39969160149_thumb250.jpg",
    "song": "Pulga",
    "track_id": "f16484bd-90a6-458a-89b6-aa18fdb5f18a",
    "recording_id": "fa95e71d-e9dc-4136-8cc9-152d0ee4d4f6",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Todos Nacen Gritando (All Born Screaming) is Annie Clark's seventh album and her first entirely self-produced record (she co-produced all of her previous records).\n\nhttps://ilovestvincent.com/pages/about-all-born-screaming",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}