Information about plays

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

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

{
    "id": 3521896,
    "uri": "https://api.kexp.org/v2/plays/3521896/?format=api",
    "airdate": "2025-07-03T01:12:03-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d939bd9-6c71-436f-a82a-855a0a9bcd17/41948610908-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d939bd9-6c71-436f-a82a-855a0a9bcd17/41948610908-250.jpg",
    "song": "The Way I Love You",
    "track_id": null,
    "recording_id": "3afc91a7-7a67-4c16-ad10-cf545f9f3fbf",
    "artist": "Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "The Way I Love You",
    "release_id": null,
    "release_group_id": "9403ebe6-3418-4082-9ba9-6099bbebced4",
    "labels": [
        "FAMM"
    ],
    "label_ids": [
        "9a329170-2d70-4a4f-ab94-d0e572fda4d8"
    ],
    "release_date": "2025-05-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this recent live performance of this new single -- https://www.youtube.com/watch?v=8ZkyjfME_II\n\nJorja Smith is playing The Paramount Theatre in Seattle on Friday, August 8th.\n\nhttps://www.jorjasmith.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}