Information about plays

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

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

{
    "id": 3574550,
    "uri": "https://api.kexp.org/v2/plays/3574550/?format=api",
    "airdate": "2025-11-06T02:28:04-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doin' Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "Pretty Idea",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amber Mark is the genre-splicing polymath that music needs now. Raised across Europe and Asia, and based in New York, Amber weaves her deep knowledge of international styles into a stunning musical tapestry which reveals new intricacies on every listen. Adding to the unique magic is the fact that Mark writes and produces all of her music herself. “I enjoy working alone because I can be most creative,” says Mark. “There’s no compromising.” Her latest album, 'Pretty Idea,' is out now on Interscope Records. www.ambermarkmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}