Information about plays

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

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

{
    "id": 380013,
    "uri": "https://api.kexp.org/v2/plays/380013/?format=api",
    "airdate": "2019-09-12T13:40:42-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/87e856cd-19d6-4588-9145-4b8127097db4/17295607988-250.jpg",
    "thumbnail_uri": "",
    "song": "Skyline",
    "track_id": "419a402a-b592-44ba-99ee-1357dc11bc64",
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Hug of Thunder",
    "release_id": "87e856cd-19d6-4588-9145-4b8127097db4",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2017-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Broken Social Scene performed live in the KEXP studio in October 2017. https://www.youtube.com/watch?v=e5wX1GInr6U&t=548s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}