Information about plays

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

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

{
    "id": 3422415,
    "uri": "https://api.kexp.org/v2/plays/3422415/?format=api",
    "airdate": "2024-11-07T07:16:14-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia801606.us.archive.org/23/items/mbid-f7a1b264-942b-33cc-89bc-60efdb070f03/mbid-f7a1b264-942b-33cc-89bc-60efdb070f03-10157792635_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/23/items/mbid-f7a1b264-942b-33cc-89bc-60efdb070f03/mbid-f7a1b264-942b-33cc-89bc-60efdb070f03-10157792635_thumb250.jpg",
    "song": "Elegia",
    "track_id": "0e8c251f-9124-38bf-97dd-e3ef2d1cd0c2",
    "recording_id": "2e18c9b7-6e28-4730-a561-bcb1001b0de3",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Low-Life",
    "release_id": "f7a1b264-942b-33cc-89bc-60efdb070f03",
    "release_group_id": "69be20bc-189f-3e40-8486-6fba8459f6a0",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1985-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hate is easy, Love is the hard path\"\n\nFrom New Order's third studio album, \"Low-Life,\"  this song Elegia is a haunting instrumental tribute to Ian Curtis, the late singer of Joy Division, from whom the remaining members formed New Order.\n- https://www.neworder.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}