Information about plays

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

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

{
    "id": 420610,
    "uri": "https://api.kexp.org/v2/plays/420610/?format=api",
    "airdate": "2001-05-02T22:54:00-07:00",
    "show": 7038,
    "show_uri": "https://api.kexp.org/v2/shows/7038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Down Dixie",
    "track_id": "94cc8c3e-4f49-42b9-9f0c-355db3f3da34",
    "recording_id": null,
    "artist": "Tim 'Love' Lee",
    "artist_ids": [
        "dfc547e2-40b8-4b8f-b9ab-b3d8c6b1ff03"
    ],
    "album": "Trax, Volume 37",
    "release_id": "e0004315-9618-4ff5-8df6-6418fb5cfb29",
    "release_group_id": null,
    "labels": [
        "Trax"
    ],
    "label_ids": [
        "da188942-d0b8-4def-ab07-58eb29e2c705"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}