Information about plays

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

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

{
    "id": 3413741,
    "uri": "https://api.kexp.org/v2/plays/3413741/?format=api",
    "airdate": "2024-10-17T04:51:36-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven Is 10 Zillion Light Years Away",
    "track_id": null,
    "recording_id": "1e9001ec-bebb-47ff-9055-3a03b1ae2540",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Fulfillingness’ First Finale",
    "release_id": null,
    "release_group_id": "95e58ee5-5421-38b0-a937-803b004c7ae8",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1974-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Wonder had a streak of three Album of The Year Awards in four years in the early to mid 1970's, 'Fulfillingness' First Finale' was the second of the three. This was now right in the middle of what was termed his \"classical\" period and he was on streak of creativity that was truly amazing. The album was released in July 1974. 'Fulfillingness' First Finale' won three Grammy Awards at the 16th Grammy Awards, including Album of the Year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}