Information about plays

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

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

{
    "id": 419084,
    "uri": "https://api.kexp.org/v2/plays/419084/?format=api",
    "airdate": "2001-04-28T09:33:45-07:00",
    "show": 7003,
    "show_uri": "https://api.kexp.org/v2/shows/7003/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soon Forward",
    "track_id": "ddb14a85-3304-4bdb-af8d-831f5212a3b1",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Soon Forward",
    "release_id": "7b8ccb9c-d9f2-4748-b4ae-31bd00d54e3e",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}