Information about plays

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

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

{
    "id": 350434,
    "uri": "https://api.kexp.org/v2/plays/350434/?format=api",
    "airdate": "2019-07-05T11:48:52-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/2264e650-a96b-4317-b2e1-64a626439761/17775192671-250.jpg",
    "thumbnail_uri": "",
    "song": "The Static God",
    "track_id": "7efab1b6-422b-4863-943f-c7d7355009f6",
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Orc",
    "release_id": "2264e650-a96b-4317-b2e1-64a626439761",
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh Sees play the Timber! Outdoor Music Festival in Carnation WA between Thursday, July 11 - Saturday, July 13. Haley Heynderickx, Summer Cannibals and more will also perform. See the full lineup here: https://summer.timbermusicfest.com/2019-artists/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}