Information about plays

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

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

{
    "id": 3460340,
    "uri": "https://api.kexp.org/v2/plays/3460340/?format=api",
    "airdate": "2025-02-05T07:31:31-08:00",
    "show": 62574,
    "show_uri": "https://api.kexp.org/v2/shows/62574/?format=api",
    "image_uri": "https://ia802900.us.archive.org/4/items/mbid-003ee347-0551-435f-82ba-e1afeff7f636/mbid-003ee347-0551-435f-82ba-e1afeff7f636-3062140261_thumb500.jpg",
    "thumbnail_uri": "https://ia902900.us.archive.org/4/items/mbid-003ee347-0551-435f-82ba-e1afeff7f636/mbid-003ee347-0551-435f-82ba-e1afeff7f636-3062140261_thumb250.jpg",
    "song": "What’s a Girl to Do?",
    "track_id": "be2c3acc-b7c6-3646-b53f-f24109797420",
    "recording_id": "86ede2e5-8203-4d99-ad90-eb107f7fe620",
    "artist": "Bat for Lashes",
    "artist_ids": [
        "10000730-525f-4ed5-aaa8-92888f060f5f"
    ],
    "album": "Fur and Gold",
    "release_id": "003ee347-0551-435f-82ba-e1afeff7f636",
    "release_group_id": "947ce575-e963-34e5-8447-a8ff0cc5cbcd",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2007-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clearly influenced byHal Blaine's drumbeat from the 1963 song \"Be My Baby\" by The Ronettes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}