Information about plays

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

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

{
    "id": 3428340,
    "uri": "https://api.kexp.org/v2/plays/3428340/?format=api",
    "airdate": "2024-11-21T17:14:06-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia903105.us.archive.org/3/items/mbid-e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a/mbid-e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a-24309818135_thumb500.jpg",
    "thumbnail_uri": "https://ia903105.us.archive.org/3/items/mbid-e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a/mbid-e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a-24309818135_thumb250.jpg",
    "song": "New Ice Age",
    "track_id": "0f93ff96-b237-392b-824b-ce2222367b7a",
    "recording_id": "ff2d5a61-38f0-4e2e-91b7-1892c5ac20b2",
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Primary Colours",
    "release_id": "e5b17ab3-127d-476b-a4be-3d3c9e9d9e9a",
    "release_group_id": "3302c1c1-fcc9-37bd-b932-253a85d604c2",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2009-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2019, The Horrors looked back one decade at \"Primary Colours,\" the album \"that changed how everyone felt about the Southend garage band.\": https://www.loudandquiet.com/interview/the-horrors-look-back-on-10-years-of-primary-colours/\n--\nWatch this full performance by The Horrors from a 2018 in-studio here at KEXP: https://www.youtube.com/watch?v=d2lJxNLzbQA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}