Information about plays

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

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

{
    "id": 3410034,
    "uri": "https://api.kexp.org/v2/plays/3410034/?format=api",
    "airdate": "2024-10-08T13:29:02-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia801205.us.archive.org/27/items/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e-11654993926_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/27/items/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e-11654993926_thumb250.jpg",
    "song": "Huarache Lights",
    "track_id": "9cd46f2c-11b0-46b7-b8e2-8e5dfbc21ff0",
    "recording_id": "98d2cdf9-6d49-4c72-882a-bec84810587f",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Why Make Sense?",
    "release_id": "b94e53c9-9b50-483a-942b-c50f12c4280e",
    "release_group_id": "1ad35533-3614-408b-9d4b-4a3cc466e809",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2015-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this full performance from the English synthpop band Hot Chip, Live on KEXP, recorded September 2019, enjoy:\nhttps://www.youtube.com/watch?v=JGgEcUxWF_k\n---\nhttps://www.hot-chip.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}