Information about plays

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

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

{
    "id": 3421600,
    "uri": "https://api.kexp.org/v2/plays/3421600/?format=api",
    "airdate": "2024-11-05T05:31:25-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia802903.us.archive.org/32/items/mbid-2ec1502e-1763-302d-9a92-fa8799566156/mbid-2ec1502e-1763-302d-9a92-fa8799566156-35883657505_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/32/items/mbid-2ec1502e-1763-302d-9a92-fa8799566156/mbid-2ec1502e-1763-302d-9a92-fa8799566156-35883657505_thumb250.jpg",
    "song": "Bizarre Love Triangle",
    "track_id": "771b75f7-c59a-3e5f-b4d7-9b1ed71ed183",
    "recording_id": "47a12619-bf80-44b2-a396-795d3c6ed379",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Substance 1987",
    "release_id": "2ec1502e-1763-302d-9a92-fa8799566156",
    "release_group_id": "95f78ba6-4cdb-3c88-972a-4ef3220f7ad1",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1986, New Order released the single \"Bizarre Love Triangle\" from their fourth studio album, Brotherhood.\n\nNew Order will be touring in Australia in 2025. https://www.neworder.com/tour\n\nCheck out the CLASSIC music video here: https://www.youtube.com/watch?v=tkOr12AQpnU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}