Information about plays

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

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

{
    "id": 343651,
    "uri": "https://api.kexp.org/v2/plays/343651/?format=api",
    "airdate": "2019-06-19T21:20:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wake Up Everybody",
    "track_id": "02d000f7-2e2b-44ee-9bff-9389fb38c0b0",
    "recording_id": null,
    "artist": "Psychemagik",
    "artist_ids": [
        "cb663534-bc4d-4c6e-82fb-8989cfd1233a"
    ],
    "album": "Psychemagik Archive 2009-2017",
    "release_id": "f10e0f93-e61d-4498-8612-725a2034ec4b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can find more of Psychemagik's music here https://psychemagik.bandcamp.com  The originals song \"Wake Up Everybody\" is  by Harold Melvin & the Blue Notes, from their last album with Teddy Pendergrass still in the group, released in 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}