Information about plays

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

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

{
    "id": 520577,
    "uri": "https://api.kexp.org/v2/plays/520577/?format=api",
    "airdate": "2002-02-22T18:00:00-08:00",
    "show": 8984,
    "show_uri": "https://api.kexp.org/v2/shows/8984/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbreak Tennessee",
    "track_id": "67c2fbb8-e42d-40b2-a633-3e0ae6126bce",
    "recording_id": null,
    "artist": "Johnny Paycheck",
    "artist_ids": [
        "fae7b17e-03e9-44ea-9734-f4ed92246f9f"
    ],
    "album": "Country Gold",
    "release_id": "bc7737dd-c13d-4afb-ac59-501a31af64ee",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}