Information about plays

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

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

{
    "id": 3410062,
    "uri": "https://api.kexp.org/v2/plays/3410062/?format=api",
    "airdate": "2024-10-08T14:49:13-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia801408.us.archive.org/35/items/mbid-fb0a7374-80c4-4d39-8b82-3ed04c73c41e/mbid-fb0a7374-80c4-4d39-8b82-3ed04c73c41e-34264018293_thumb500.jpg",
    "thumbnail_uri": "https://ia801408.us.archive.org/35/items/mbid-fb0a7374-80c4-4d39-8b82-3ed04c73c41e/mbid-fb0a7374-80c4-4d39-8b82-3ed04c73c41e-34264018293_thumb250.jpg",
    "song": "Tony the Tripper",
    "track_id": "a8a8afe3-e422-3bc0-9321-8a9c44c58449",
    "recording_id": "003185a6-64f2-4bd6-ac56-70f49061c84d",
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "Tripper",
    "release_id": "fb0a7374-80c4-4d39-8b82-3ed04c73c41e",
    "release_group_id": "943f2d4b-6379-4d19-a254-493d8904c15a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-08-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"As a kid growing up in the Midwest, Eric D. Johnson of Fruit Bats family moved around a lot, but it wasn’t until he became a touring musician years later that motion became a central part of his identity. That transient lifestyle stoked an enduring reverence for the world he watched pass by through a van window.\"\n\nRead more about the songwriter and the importance that location plays in 'Fruit Bats' sound:\nhttps://www.fruitbatsmusic.com/about\n---\nhttps://fruit-bats.bandcamp.com/album/tripper",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}