Information about plays

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

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

{
    "id": 3428637,
    "uri": "https://api.kexp.org/v2/plays/3428637/?format=api",
    "airdate": "2024-11-22T11:36:33-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia601903.us.archive.org/3/items/mbid-278519ce-a898-4b18-abfc-40b827ba01c8/mbid-278519ce-a898-4b18-abfc-40b827ba01c8-26234519040_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/3/items/mbid-278519ce-a898-4b18-abfc-40b827ba01c8/mbid-278519ce-a898-4b18-abfc-40b827ba01c8-26234519040_thumb250.jpg",
    "song": "Meditation Song #2 (Why, Oh Why)",
    "track_id": "afd10d44-b46a-3401-8ccd-a57adb0624f4",
    "recording_id": "3e4d15a8-5296-4f69-ace4-75688774e9ea",
    "artist": "Cloud Control",
    "artist_ids": [
        "51f33514-92ec-470d-b373-2f05be28e1a0"
    ],
    "album": "Bliss Release",
    "release_id": "278519ce-a898-4b18-abfc-40b827ba01c8",
    "release_group_id": "dacf4f9b-37c4-4e45-8701-3e75f3316eeb",
    "labels": [
        "Infectious Records"
    ],
    "label_ids": [
        "08a5852e-6847-4a14-9de7-595169ba6771"
    ],
    "release_date": "2011-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bliss Release is the debut album by Australian band Cloud Control, released in 2011. https://cloudcontrol1.bandcamp.com\n\nHere's Cloud Control performing \"Meditation Song #2\" live in the KEXP studio in 2013 - https://www.youtube.com/watch?v=X4cg8J5_Cz4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}