Information about plays

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

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

{
    "id": 347330,
    "uri": "https://api.kexp.org/v2/plays/347330/?format=api",
    "airdate": "2019-06-28T07:36:03-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "http://coverartarchive.org/release/8f0f099d-709f-4b1d-aab1-459bb1635481/4103012350-250.jpg",
    "thumbnail_uri": "",
    "song": "She Will",
    "track_id": "9a9e2208-1059-3cca-b9f5-a78778637315",
    "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": "Watch a powerful live in-studio session (that included \"She Will\") at KEXP in 2013:  https://www.youtube.com/watch?v=cL7uHhCo4qw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}