Information about plays

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

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

{
    "id": 348689,
    "uri": "https://api.kexp.org/v2/plays/348689/?format=api",
    "airdate": "2019-07-01T16:05:58-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "http://coverartarchive.org/release/8f0f099d-709f-4b1d-aab1-459bb1635481/4103012350-250.jpg",
    "thumbnail_uri": "",
    "song": "I Am Here",
    "track_id": "55132682-dc63-36aa-83f6-f4a56bfa621a",
    "recording_id": null,
    "artist": "Savages",
    "artist_ids": [
        "42d72c29-8a7a-4c88-89ed-a2ca25d40284"
    ],
    "album": "Silence Yourself",
    "release_id": "8f0f099d-709f-4b1d-aab1-459bb1635481",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this awesome in studio with English rock band, Savages https://www.youtube.com/watch?v=cL7uHhCo4qw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}