Information about plays

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

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

{
    "id": 3543522,
    "uri": "https://api.kexp.org/v2/plays/3543522/?format=api",
    "airdate": "2025-08-22T23:48:38-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e40cd3d-e8ad-4b83-b7d4-73fc5c83f28a/41223305730-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e40cd3d-e8ad-4b83-b7d4-73fc5c83f28a/41223305730-250.jpg",
    "song": "Paramedic!",
    "track_id": null,
    "recording_id": "a4b1ede3-5a67-421d-af05-773a3a5e7d26",
    "artist": "SOB X RBE",
    "artist_ids": [
        "4072e225-336f-49f9-bac1-c94be913cb65"
    ],
    "album": "Black Panther: The Album (Music From and Inspired By)",
    "release_id": null,
    "release_group_id": "4e317e28-e6b2-46d7-81f7-306e349b3dd4",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2018-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch SOB X RBE talk about doing \"Paramedic\" with Kendrick Lamar for the Black Panther soundtrack:\n\nhttps://www.youtube.com/watch?v=gXX7-PkzhTM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}