Information about plays

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

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

{
    "id": 3584533,
    "uri": "https://api.kexp.org/v2/plays/3584533/?format=api",
    "airdate": "2025-11-29T13:21:57-08:00",
    "show": 65242,
    "show_uri": "https://api.kexp.org/v2/shows/65242/?format=api",
    "image_uri": "https://ia804508.us.archive.org/20/items/mbid-27ee7d2d-4ea8-4849-8a4e-8e4b05d611e1/mbid-27ee7d2d-4ea8-4849-8a4e-8e4b05d611e1-29398429148_thumb500.jpg",
    "thumbnail_uri": "https://ia804508.us.archive.org/20/items/mbid-27ee7d2d-4ea8-4849-8a4e-8e4b05d611e1/mbid-27ee7d2d-4ea8-4849-8a4e-8e4b05d611e1-29398429148_thumb250.jpg",
    "song": "Introvert",
    "track_id": "06cae4bc-52e4-4b57-9c9c-682da38a3c54",
    "recording_id": "88027f57-efdb-4929-9c7b-b6d0a7fa5a49",
    "artist": "Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "Sometimes I Might Be Introvert",
    "release_id": "27ee7d2d-4ea8-4849-8a4e-8e4b05d611e1",
    "release_group_id": "e95de3f4-84db-4d24-8d06-fd970576a6ef",
    "labels": [
        "AGE 101 MUSIC"
    ],
    "label_ids": [
        "39133c4b-b863-49e8-8492-c4e124687ad0"
    ],
    "release_date": "2021-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"'Introvert' is essentially me finding power within my introversion,\" Little Simz said. \"Turning inwards and finding peace within myself amongst all the chaos that's happening in the world; just trying to centre myself, ground myself, and ask myself real and honest questions in order to grow.\"\n--\nLittle Simz performed \"Introvert\" as part of a KEXP Live at Home session in 2021.  Watch that entire performance: https://www.youtube.com/watch?v=lz8pNa_YoMc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}