Information about plays

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

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

{
    "id": 352481,
    "uri": "https://api.kexp.org/v2/plays/352481/?format=api",
    "airdate": "2019-07-10T07:18:27-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/df1a9202-6f1d-4b0d-a38c-049e9a90f612/17607750674-250.jpg",
    "thumbnail_uri": "",
    "song": "Colors",
    "track_id": "6653e0be-f164-4940-be21-c382b4c59732",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Colors",
    "release_id": "df1a9202-6f1d-4b0d-a38c-049e9a90f612",
    "release_group_id": null,
    "labels": [
        "Fonograf Records"
    ],
    "label_ids": [
        "64ba9339-81d8-4159-9731-619053e03e3d"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}