Information about plays

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

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

{
    "id": 3439764,
    "uri": "https://api.kexp.org/v2/plays/3439764/?format=api",
    "airdate": "2024-12-18T18:57:21-08:00",
    "show": 62144,
    "show_uri": "https://api.kexp.org/v2/shows/62144/?format=api",
    "image_uri": "https://ia803201.us.archive.org/23/items/mbid-cddcd17a-f31c-4f3a-8fc6-e5c635b0f140/mbid-cddcd17a-f31c-4f3a-8fc6-e5c635b0f140-26863605752_thumb500.jpg",
    "thumbnail_uri": "https://ia803201.us.archive.org/23/items/mbid-cddcd17a-f31c-4f3a-8fc6-e5c635b0f140/mbid-cddcd17a-f31c-4f3a-8fc6-e5c635b0f140-26863605752_thumb250.jpg",
    "song": "Attitude",
    "track_id": "3d6abdd1-21c5-3976-83b6-321e30889af6",
    "recording_id": "750d5963-bd28-4bd9-bb5d-f029d759f8af",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "All Shook Down",
    "release_id": "cddcd17a-f31c-4f3a-8fc6-e5c635b0f140",
    "release_group_id": "5e0c5a54-ad16-3e90-8fc9-8b106a7d0793",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Bob \"Slim\" Dunlap, who has died at the age of 73. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}