Information about plays

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

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

{
    "id": 1196765,
    "uri": "https://api.kexp.org/v2/plays/1196765/?format=api",
    "airdate": "2007-02-14T11:15:08-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pirate Love",
    "track_id": null,
    "recording_id": null,
    "artist": "The D4",
    "artist_ids": [
        "2d65f84e-fbce-41ef-8db4-838590f5913c"
    ],
    "album": "6 Twenty",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}