Information about plays

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

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

{
    "id": 346928,
    "uri": "https://api.kexp.org/v2/plays/346928/?format=api",
    "airdate": "2019-06-27T10:54:23-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "http://coverartarchive.org/release/5dc23608-b9f5-4c23-ab14-621545611ec2/23135735978-250.jpg",
    "thumbnail_uri": "",
    "song": "Tropic of Cancer",
    "track_id": "195a7bdc-bb27-4d47-a61c-7842e64a5897",
    "recording_id": null,
    "artist": "Minor Poet",
    "artist_ids": [
        "1fb2fb4d-ec97-496a-a876-19da2083296a"
    ],
    "album": "The Good News",
    "release_id": "5dc23608-b9f5-4c23-ab14-621545611ec2",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is featured on KEXP's latest \"Music That Matters\" podcast, curated by Cheryl Waters! Listen and/or subscribe here https://www.kexp.org/podcasts/music-matters/2019/6/21/music-matters-vol-674-colors/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}