Information about plays

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

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

{
    "id": 356045,
    "uri": "https://api.kexp.org/v2/plays/356045/?format=api",
    "airdate": "2019-07-18T13:17:00-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alexandra",
    "track_id": null,
    "recording_id": null,
    "artist": "RVG",
    "artist_ids": [
        "edaf60c0-da17-487a-9e34-d7260c730a6c"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island Records Australia"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Listen to RVG’s fiery post-punk gem 'Alexandra.' The Melbourne band returns better than ever with their first new music in two years.\" Read more here: https://www.thefader.com/2019/05/13/rvg-alexandra-stream-video-premiere-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}