Information about plays

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

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

{
    "id": 3416609,
    "uri": "https://api.kexp.org/v2/plays/3416609/?format=api",
    "airdate": "2024-10-24T06:22:21-07:00",
    "show": 61658,
    "show_uri": "https://api.kexp.org/v2/shows/61658/?format=api",
    "image_uri": "https://ia801606.us.archive.org/31/items/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690-10123963930_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/31/items/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690-10123963930_thumb250.jpg",
    "song": "Superstition",
    "track_id": "e6a03658-e6ec-3076-88d1-7285429bcf08",
    "recording_id": "1d9a8f3b-e7b7-44b0-a004-04bc62f9755b",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Talking Book",
    "release_id": "cf29c470-dd3e-31b0-8aa9-1ac4d3a95690",
    "release_group_id": "58c6d809-bfa7-3b25-acf3-a99d53402b08",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1972, Stevie Wonder releases the single \"Superstition\" from his 15th studio album, Talking Book. He was - and we are not kidding - only 22 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}