Information about plays

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

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

{
    "id": 3438068,
    "uri": "https://api.kexp.org/v2/plays/3438068/?format=api",
    "airdate": "2024-12-14T16:57:18-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "https://ia601304.us.archive.org/6/items/mbid-fad5e4b4-13ac-3f6c-9915-1f0267780df7/mbid-fad5e4b4-13ac-3f6c-9915-1f0267780df7-29316793576_thumb500.jpg",
    "thumbnail_uri": "https://ia801304.us.archive.org/6/items/mbid-fad5e4b4-13ac-3f6c-9915-1f0267780df7/mbid-fad5e4b4-13ac-3f6c-9915-1f0267780df7-29316793576_thumb250.jpg",
    "song": "Don't Save Us From the Flames",
    "track_id": "565b97ce-1b40-306b-bbe8-50872dd8ff09",
    "recording_id": "a478867e-c17d-41b3-910b-2d66b444c407",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Before the Dawn Heals Us",
    "release_id": "fad5e4b4-13ac-3f6c-9915-1f0267780df7",
    "release_group_id": "ddaa2d4d-314e-3e7c-b1d0-f6d207f5aa2f",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2005-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the French band's third album, \"Before the Dawn Heals Us\" released in 2005. http://ilovem83.com/\n--\nHave you watched M83's Live on KEXP performance yet? Well, what are you waiting for?!\nhttps://www.youtube.com/watch?v=UHNVQ2PHTr4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}