Information about plays

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

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

{
    "id": 3570553,
    "uri": "https://api.kexp.org/v2/plays/3570553/?format=api",
    "airdate": "2025-10-27T08:42:03-07:00",
    "show": 64948,
    "show_uri": "https://api.kexp.org/v2/shows/64948/?format=api",
    "image_uri": "https://ia801500.us.archive.org/3/items/mbid-989ca3d7-4424-3bdf-a046-526459284983/mbid-989ca3d7-4424-3bdf-a046-526459284983-11207804991_thumb500.jpg",
    "thumbnail_uri": "https://ia801500.us.archive.org/3/items/mbid-989ca3d7-4424-3bdf-a046-526459284983/mbid-989ca3d7-4424-3bdf-a046-526459284983-11207804991_thumb250.jpg",
    "song": "Da Ya Think I'm Sexy?",
    "track_id": "05e8c3b4-99b1-4eb4-b897-4aff2c3cef4a",
    "recording_id": "f803ec5d-e268-4cfb-a0db-1f5143733be4",
    "artist": "Revolting Cocks",
    "artist_ids": [
        "2865730a-5757-4005-875e-84d6274cb1c0"
    ],
    "album": "Da Ya Think I'm Sexy?",
    "release_id": "649e4cda-634b-4ac0-8f69-9a5f2b13a7ba",
    "release_group_id": "b15bff9f-aa83-36cf-b45c-c7218d6eea58",
    "labels": [
        "Reprise Records",
        "Sire Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Revolting Cocks, also known as RevCo, are an American-Belgian industrial rock band, and sometimes supergroup, that began as a musical side project for Richard23 of Front 242, Luc van Acker, and Al Jourgensen of Ministry covering a song written by... Rod Stewart!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}