Information about plays

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

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

{
    "id": 3542417,
    "uri": "https://api.kexp.org/v2/plays/3542417/?format=api",
    "airdate": "2025-08-20T08:53:43-07:00",
    "show": 64338,
    "show_uri": "https://api.kexp.org/v2/shows/64338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Giovanni",
    "track_id": "39bb1272-d83e-4545-9420-47530ac01324",
    "recording_id": "1e74653b-44fd-4e2b-befd-7bd97766360f",
    "artist": "Jamila Woods",
    "artist_ids": [
        "a357b4fb-b0ca-4b4e-9b6b-2030bb2ce2d6"
    ],
    "album": "Giovanni",
    "release_id": "33ff9bac-c608-4d8e-bdc6-7fd6d7219770",
    "release_group_id": "ec2e1e99-9827-4399-90ed-520d310c49a1",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2018-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamila Woods performed this song live in the KEXP Studio in February 2020, hosted by our own Cheryl Waters: https://youtu.be/2bmnYnnA9pg\n\nThe song celebrates the writer, activist, and educator Nikki Giovanni! - https://www.nikki-giovanni.com/\n\nhttps://jamilawoodsmusic.bandcamp.com/\nhttps://www.jamila-woods.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}