Information about plays

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

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

{
    "id": 1397080,
    "uri": "https://api.kexp.org/v2/plays/1397080/?format=api",
    "airdate": "2008-07-13T11:13:00-07:00",
    "show": 24378,
    "show_uri": "https://api.kexp.org/v2/shows/24378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spill the Wine",
    "track_id": "dde9e750-d21d-4dfd-a07b-6669aad69ffa",
    "recording_id": null,
    "artist": "Eric Burdon",
    "artist_ids": [
        "70ac2314-d7d8-4435-b56c-9bad9a516642"
    ],
    "album": "Absolutely the Best",
    "release_id": "180f8b28-d8d3-467a-a6f6-3f0ccd8c93f3",
    "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"
}