Information about plays

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

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

{
    "id": 3423284,
    "uri": "https://api.kexp.org/v2/plays/3423284/?format=api",
    "airdate": "2024-11-09T12:04:58-08:00",
    "show": 61807,
    "show_uri": "https://api.kexp.org/v2/shows/61807/?format=api",
    "image_uri": "https://ia601002.us.archive.org/21/items/mbid-e67b44fa-efcc-4323-a165-41b15812a927/mbid-e67b44fa-efcc-4323-a165-41b15812a927-19557379572_thumb500.jpg",
    "thumbnail_uri": "https://ia801002.us.archive.org/21/items/mbid-e67b44fa-efcc-4323-a165-41b15812a927/mbid-e67b44fa-efcc-4323-a165-41b15812a927-19557379572_thumb250.jpg",
    "song": "Whatever Lola Wants",
    "track_id": "1606e1e3-7ba8-3105-a788-a7840f38469c",
    "recording_id": "ff310b4f-377c-46a0-ab07-9fbe8e701481",
    "artist": "Sarah Vaughan",
    "artist_ids": [
        "351d8bdf-33a1-45e2-8c04-c85fad20da55"
    ],
    "album": "Verve//Unmixed²",
    "release_id": "e67b44fa-efcc-4323-a165-41b15812a927",
    "release_group_id": "ec3b24a3-6ffb-381c-a15c-f5ad5802519f",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2003-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This original song was remixed by Gotan Project in  2003. \n\nhttps://www.biography.com/musicians/sarah-vaughan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}