Information about plays

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

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

{
    "id": 516627,
    "uri": "https://api.kexp.org/v2/plays/516627/?format=api",
    "airdate": "2002-02-11T14:30:00-08:00",
    "show": 8914,
    "show_uri": "https://api.kexp.org/v2/shows/8914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Mirror Dimly",
    "track_id": "841fc0b8-c93a-49e4-b7e7-2e91d8b76e31",
    "recording_id": null,
    "artist": "Yellow Second",
    "artist_ids": [
        "a8437ff7-8dab-4b6d-bf2b-5acc5667e560"
    ],
    "album": "June One",
    "release_id": "34b20ccd-5ce5-4b31-bdd2-fff1bc514fe8",
    "release_group_id": null,
    "labels": [
        "Isosceles"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}