Information about plays

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

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

{
    "id": 350428,
    "uri": "https://api.kexp.org/v2/plays/350428/?format=api",
    "airdate": "2019-07-05T11:28:47-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/22f968b6-b463-4922-9183-4c8ba5926516/19565389187-250.jpg",
    "thumbnail_uri": "",
    "song": "Bluish Lovers",
    "track_id": "7b7dc338-7b22-478c-be42-c139c31fb614",
    "recording_id": null,
    "artist": "Sexores",
    "artist_ids": [
        "699069aa-60c0-4761-9a9d-b2549fcdfeea"
    ],
    "album": "East / West",
    "release_id": "22f968b6-b463-4922-9183-4c8ba5926516",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sexores performed live on KEXP from Panoram Studios in Mexico City in March. The session just went live. See it here: https://www.youtube.com/watch?v=WGEqUyPL3Bc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}