Information about plays

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

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

{
    "id": 3554409,
    "uri": "https://api.kexp.org/v2/plays/3554409/?format=api",
    "airdate": "2025-09-18T01:37:27-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/e454340c-2687-4619-be9f-f04a64a2bf22/40048017629-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e454340c-2687-4619-be9f-f04a64a2bf22/40048017629-250.jpg",
    "song": "Sexy Dancer",
    "track_id": null,
    "recording_id": "09b909e1-8463-4803-9f32-3a9c45ea8b6e",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Prince",
    "release_id": null,
    "release_group_id": "5436e902-e53d-3ab8-82b7-3b96a04d6f40",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}