Information about plays

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

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

{
    "id": 3618089,
    "uri": "https://api.kexp.org/v2/plays/3618089/?format=api",
    "airdate": "2026-02-16T00:53:18-08:00",
    "show": 65945,
    "show_uri": "https://api.kexp.org/v2/shows/65945/?format=api",
    "image_uri": "https://coverartarchive.org/release/2bd4b74e-daf0-48ad-acee-e29231df4bcc/4043162480-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2bd4b74e-daf0-48ad-acee-e29231df4bcc/4043162480-250.jpg",
    "song": "Hip Hop Hooray",
    "track_id": null,
    "recording_id": "615504a4-b3b5-49dc-8d62-f9700c0202e3",
    "artist": "Naughty by Nature",
    "artist_ids": [
        "3bdcd49d-212e-4f4f-877a-eac1e4a2bddc"
    ],
    "album": "19 Naughty III",
    "release_id": null,
    "release_group_id": "dde7b901-e854-3565-a76b-60a918088194",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1993-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}