Information about plays

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

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

{
    "id": 352997,
    "uri": "https://api.kexp.org/v2/plays/352997/?format=api",
    "airdate": "2019-07-11T11:18:00-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9/17410859185-250.jpg",
    "thumbnail_uri": "",
    "song": "Believing Is Art",
    "track_id": "4426269d-e546-3b38-85ed-320fe5b3cf28",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Girls Can Tell",
    "release_id": "df6a0c6a-8570-46f1-9a4b-5eef8ad3d2c9",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2001-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Spoon's in-studio performance at KEXP in September 2017: https://www.youtube.com/watch?v=9xAVeoCS4qM&t=917s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}