Information about plays

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

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

{
    "id": 3538501,
    "uri": "https://api.kexp.org/v2/plays/3538501/?format=api",
    "airdate": "2025-08-10T20:17:38-07:00",
    "show": 64255,
    "show_uri": "https://api.kexp.org/v2/shows/64255/?format=api",
    "image_uri": "https://coverartarchive.org/release/a53b2ee7-f73b-48bb-802a-c5cb1d33a6bc/34108390849-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a53b2ee7-f73b-48bb-802a-c5cb1d33a6bc/34108390849-250.jpg",
    "song": "The Real Thing",
    "track_id": null,
    "recording_id": "d9140f5b-4692-4017-857b-92c3203e9411",
    "artist": "The Brothers Johnson",
    "artist_ids": [
        "cfb830a4-66ca-4d81-a099-033883b39ad8"
    ],
    "album": "Winners",
    "release_id": null,
    "release_group_id": "ef2beacd-143b-4b10-9713-af8c146d80a6",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1981-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brothers Johnson originally released \"The Real Thing\" in 1981 on their fourth studio album Winners.\n\nThe Brothers Johnson was a funk and R&B band consisting of brothers George (\"Lightnin' Licks\") and Louis E. Johnson (\"Thunder Thumbs\"). They achieved their greatest success from the mid-1970s to early 1980s, with three singles topping the R&B charts (\"I'll Be Good to You\", \"Strawberry Letter 23\", and \"Stomp!\").",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}