Information about plays

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

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

{
    "id": 346840,
    "uri": "https://api.kexp.org/v2/plays/346840/?format=api",
    "airdate": "2019-06-27T05:54:15-07:00",
    "show": 5778,
    "show_uri": "https://api.kexp.org/v2/shows/5778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Up In My Head",
    "track_id": "992ad4d9-95c9-47b4-bc84-125e7f4d64c1",
    "recording_id": null,
    "artist": "No Rome",
    "artist_ids": [
        "f2a6793f-da52-4fe9-81be-2e71ea04f7ee"
    ],
    "album": "Crying in the Prettiest Places",
    "release_id": "5a5e801c-fd83-4f05-916e-d7d85a6b1c2e",
    "release_group_id": null,
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}