Information about plays

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

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

{
    "id": 2680611,
    "uri": "https://api.kexp.org/v2/plays/2680611/?format=api",
    "airdate": "2020-01-01T00:40:14-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mechanical Things",
    "track_id": null,
    "recording_id": null,
    "artist": "Sweet Madness",
    "artist_ids": [
        "bf5a0fa6-84b5-446e-b367-161a3a971d3c"
    ],
    "album": "Made In Spokane 1978-81 Volume 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "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"
}