Information about plays

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

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

{
    "id": 3573951,
    "uri": "https://api.kexp.org/v2/plays/3573951/?format=api",
    "airdate": "2025-11-04T15:08:27-08:00",
    "show": 65022,
    "show_uri": "https://api.kexp.org/v2/shows/65022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oppressor",
    "track_id": "264524c4-08fb-3460-af29-de5ba2f7a737",
    "recording_id": "cafd82bd-6151-40ef-b64c-630357f3a16b",
    "artist": "Sugar Minott",
    "artist_ids": [
        "01d336ae-7f79-496d-94f9-211b57517b17"
    ],
    "album": "Collector's Collection",
    "release_id": "f9e87679-7bee-4a61-8742-a5ee87ec1bd0",
    "release_group_id": "b319b497-5ee8-3c13-9a98-12cc5cb567e2",
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lincoln Barrington \"Sugar\" Minott was a Jamaican reggae and dancehall singer, record producer and sound-system operator.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}