Information about plays

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

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

{
    "id": 3439653,
    "uri": "https://api.kexp.org/v2/plays/3439653/?format=api",
    "airdate": "2024-12-18T12:16:12-08:00",
    "show": 62142,
    "show_uri": "https://api.kexp.org/v2/shows/62142/?format=api",
    "image_uri": "https://ia800807.us.archive.org/18/items/mbid-4e0383b3-ca53-4e2e-b4f3-6973d09d7f22/mbid-4e0383b3-ca53-4e2e-b4f3-6973d09d7f22-18016479630_thumb500.jpg",
    "thumbnail_uri": "https://ia600807.us.archive.org/18/items/mbid-4e0383b3-ca53-4e2e-b4f3-6973d09d7f22/mbid-4e0383b3-ca53-4e2e-b4f3-6973d09d7f22-18016479630_thumb250.jpg",
    "song": "Standing Outside a Broken Phone Booth With Money in My Hand",
    "track_id": "89a0fd05-feb6-3438-acb9-b06feea3326f",
    "recording_id": "93e87a21-a358-4149-b01e-5f598efac25f",
    "artist": "Primitive Radio Gods",
    "artist_ids": [
        "2c7b3a60-86dd-4733-9c12-30b21b530280"
    ],
    "album": "Rocket",
    "release_id": "4e0383b3-ca53-4e2e-b4f3-6973d09d7f22",
    "release_group_id": "629550ab-2dfb-3f3c-a0f5-019d7092eac6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Primitive Radio Gods debut single! Originally released on the soundtrack for the Black comedy film The Cable Guy (1996).\nThe chorus has a sample from the 1964 B.B. King song \"How Blue Can You Get.\" The song describes a troubling relationship in which two people cannot connect on an emotional level.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}