Information about plays

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

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

{
    "id": 3540177,
    "uri": "https://api.kexp.org/v2/plays/3540177/?format=api",
    "airdate": "2025-08-15T00:18:41-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "https://coverartarchive.org/release/808d02ab-095b-4cdc-b7fa-fa22c17b6aa0/37147696114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/808d02ab-095b-4cdc-b7fa-fa22c17b6aa0/37147696114-250.jpg",
    "song": "Tonight",
    "track_id": null,
    "recording_id": "dc37fb59-61e1-4aef-a288-cc78b3f4d396",
    "artist": "Steve Harvey",
    "artist_ids": [
        "39ada997-03e6-46e1-bc84-521e8c5f940e"
    ],
    "album": "Nighttime Lovers, Volume 20",
    "release_id": null,
    "release_group_id": "12846207-a6a2-4c4b-ba38-3179240e30b5",
    "labels": [
        "PTG Records"
    ],
    "label_ids": [
        "48ad9d24-0c79-4052-b0d8-8d7f281f69cc"
    ],
    "release_date": "2014-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}