Information about plays

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

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

{
    "id": 1195598,
    "uri": "https://api.kexp.org/v2/plays/1195598/?format=api",
    "airdate": "2007-02-11T11:47:00-08:00",
    "show": 20958,
    "show_uri": "https://api.kexp.org/v2/shows/20958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Belle",
    "track_id": null,
    "recording_id": null,
    "artist": "Al Green ",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Al Green's Greatest Hits",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "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"
}