Information about plays

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

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

{
    "id": 3577485,
    "uri": "https://api.kexp.org/v2/plays/3577485/?format=api",
    "airdate": "2025-11-13T02:44:22-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccf4da26-ea82-462f-b753-88bb976fd40e/36926439244-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ccf4da26-ea82-462f-b753-88bb976fd40e/36926439244-250.jpg",
    "song": "Just Friends",
    "track_id": null,
    "recording_id": "6b45ec12-aa2f-4759-9ee9-2426139f4d34",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Back to Black",
    "release_id": null,
    "release_group_id": "6eac2e57-ee50-36f8-b0c4-c4c847a2c098",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2006-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}