Information about plays

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

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

{
    "id": 3428593,
    "uri": "https://api.kexp.org/v2/plays/3428593/?format=api",
    "airdate": "2024-11-22T08:49:45-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia601302.us.archive.org/23/items/mbid-23ca8c12-28a9-4588-9264-2c3483b7871b/mbid-23ca8c12-28a9-4588-9264-2c3483b7871b-12801208405_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/23/items/mbid-23ca8c12-28a9-4588-9264-2c3483b7871b/mbid-23ca8c12-28a9-4588-9264-2c3483b7871b-12801208405_thumb250.jpg",
    "song": "Dancing on My Own",
    "track_id": "ad86539e-0689-3a2b-8dcf-4ed99e8279e6",
    "recording_id": "338b9154-a116-444d-8f96-5751d448263f",
    "artist": "Robyn",
    "artist_ids": [
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Body Talk, Pt 1",
    "release_id": "23ca8c12-28a9-4588-9264-2c3483b7871b",
    "release_group_id": "443c50a6-fe3e-46b3-8fc8-010e9575f7af",
    "labels": [
        "Konichiwa Records",
        "Cherrytree Records"
    ],
    "label_ids": [
        "65cfad3e-f8cf-4b7a-91a9-dabf1ab8d860",
        "376d9b4d-8cdd-44be-bc0f-ed5dfd2d2340"
    ],
    "release_date": "2010-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song's probably about dancing, John...\n---\nWatch Robyn as the crowd sings the song back to her during a live performance at Madison Square Garden in 2019: https://www.youtube.com/watch?v=snywH0btMDo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}