Information about plays

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

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

{
    "id": 3520479,
    "uri": "https://api.kexp.org/v2/plays/3520479/?format=api",
    "airdate": "2025-06-29T17:43:49-07:00",
    "show": 63875,
    "show_uri": "https://api.kexp.org/v2/shows/63875/?format=api",
    "image_uri": "https://coverartarchive.org/release/571d709f-b7c5-4ec1-9ba7-36043af154fc/37245665643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/571d709f-b7c5-4ec1-9ba7-36043af154fc/37245665643-250.jpg",
    "song": "You Make Me Feel (Mighty Real)",
    "track_id": null,
    "recording_id": "c1847562-6ef8-44cb-b24f-e3dda2bbcef2",
    "artist": "Frankie Knuckles, Sylvester",
    "artist_ids": [
        "b7a98e65-7ce4-4fab-8cf3-6b3ccda6115a",
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Greatest Hits",
    "release_id": null,
    "release_group_id": "fc59fe69-0f2e-4b48-9162-ee4549f9d522",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}