Information about plays

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

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

{
    "id": 344827,
    "uri": "https://api.kexp.org/v2/plays/344827/?format=api",
    "airdate": "2019-06-22T19:18:38-07:00",
    "show": 5748,
    "show_uri": "https://api.kexp.org/v2/shows/5748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "green beanie",
    "track_id": "64d47c32-62dd-4755-b984-44740094ea2c",
    "recording_id": null,
    "artist": "J'Von",
    "artist_ids": [
        "919aea4c-c69c-4ed6-b65b-c2857a62689f"
    ],
    "album": "orange suit",
    "release_id": "beb03e92-e909-4743-9ea0-324694a52227",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}