Information about plays

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

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

{
    "id": 343210,
    "uri": "https://api.kexp.org/v2/plays/343210/?format=api",
    "airdate": "2019-06-18T23:52:13-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/139863bd-b500-4a08-84c5-d05c10e08575/20311150673-250.jpg",
    "thumbnail_uri": "",
    "song": "Falling Into Me",
    "track_id": "e0a6a17d-c9c1-4538-95eb-2baea310a43c",
    "recording_id": null,
    "artist": "Let’s Eat Grandma",
    "artist_ids": [
        "4dc4935e-1d04-41f0-99aa-ec449b8c5fc7"
    ],
    "album": "I’m All Ears",
    "release_id": "139863bd-b500-4a08-84c5-d05c10e08575",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2018-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Download music from Let's Eat Grandma on the KEXP Song of the Day podcast. https://www.kexp.org/read/2016/7/13/song-of-the-day-lets-eat-grandma-deep-six-textbook/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}