Information about plays

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

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

{
    "id": 3574343,
    "uri": "https://api.kexp.org/v2/plays/3574343/?format=api",
    "airdate": "2025-11-05T14:41:40-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emotional",
    "track_id": "aaca6e79-2352-49c3-b033-4731dd9fc813",
    "recording_id": "cfeb0860-ed50-4ea6-ae33-57a80da79630",
    "artist": "Black Stax",
    "artist_ids": [
        "91229ca2-0e7a-4875-bb47-98469d59519d"
    ],
    "album": "Emotional",
    "release_id": "d1658d71-ada3-435a-91db-3c5f56a7bf11",
    "release_group_id": "942a3a09-d7fa-43d5-a56f-c63d69409f3d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-06-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle group Black Stax was formed in 2009 by MC Jace ECAj and vocalist Felicia Loud with a mission to honor the legacy of Black Arts and Culture by \"stacking\" all forms of Black music and art. https://blackstaxmusic.com/\n--\nWatch Black Stax perform live in the KEXP studio in 2018 (Sharlese was their host!): https://www.youtube.com/watch?v=Q-J5D33ApBc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}