Information about plays

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

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

{
    "id": 437156,
    "uri": "https://api.kexp.org/v2/plays/437156/?format=api",
    "airdate": "2001-06-21T19:56:40-07:00",
    "show": 7362,
    "show_uri": "https://api.kexp.org/v2/shows/7362/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oil City Girl",
    "track_id": "4f84821c-026b-41ea-858a-b0ddd95303ad",
    "recording_id": null,
    "artist": "Kevin Gordon",
    "artist_ids": [
        "7b47a1e1-9c45-454f-af0d-ac70b6b3e564"
    ],
    "album": "Down to the Well",
    "release_id": "de15a89b-c06c-4e10-923c-c7bed7173f86",
    "release_group_id": null,
    "labels": [
        "Shanchie"
    ],
    "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"
}