Information about plays

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

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

{
    "id": 1392803,
    "uri": "https://api.kexp.org/v2/plays/1392803/?format=api",
    "airdate": "2008-07-02T18:39:00-07:00",
    "show": 24308,
    "show_uri": "https://api.kexp.org/v2/shows/24308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That's How It Is (When You're In Love)",
    "track_id": null,
    "recording_id": null,
    "artist": "Otis Clay",
    "artist_ids": [
        "566c5190-cbec-41d0-822d-883f6ac61695"
    ],
    "album": "VA- Beg, Scream ",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}