Information about plays

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

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

{
    "id": 3548440,
    "uri": "https://api.kexp.org/v2/plays/3548440/?format=api",
    "airdate": "2025-09-03T13:51:54-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia801908.us.archive.org/22/items/mbid-2bd4b74e-daf0-48ad-acee-e29231df4bcc/mbid-2bd4b74e-daf0-48ad-acee-e29231df4bcc-4043162480_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/22/items/mbid-2bd4b74e-daf0-48ad-acee-e29231df4bcc/mbid-2bd4b74e-daf0-48ad-acee-e29231df4bcc-4043162480_thumb250.jpg",
    "song": "The Only Ones",
    "track_id": "fc85b82a-eca2-43d4-9f14-6daee55867d9",
    "recording_id": "026761a0-07d4-477f-8770-4030c3039eed",
    "artist": "Naughty by Nature",
    "artist_ids": [
        "3bdcd49d-212e-4f4f-877a-eac1e4a2bddc"
    ],
    "album": "19 Naughty III",
    "release_id": "f04216f6-18f4-4658-b15a-3c24bf1d0949",
    "release_group_id": "dde7b901-e854-3565-a76b-60a918088194",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Naughty by Nature was comprised of vocalists/rappers Vinnie Rock and Treach, as well as their producer DJ Kay Gee. All three attended East Orange High School in Essex County, New Jersey, with Kay Gee being one grade above the two emcees.\"\n\nEnjoy a biography of this group: https://americansongwriter.com/the-origins-of-naughty-by-nature/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}