Information about plays

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

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

{
    "id": 415573,
    "uri": "https://api.kexp.org/v2/plays/415573/?format=api",
    "airdate": "2001-04-17T04:18:45-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Doctor",
    "track_id": null,
    "recording_id": null,
    "artist": "Virgin Islands",
    "artist_ids": [
        "381c7c3c-8276-4b1c-8438-90f75335ef46"
    ],
    "album": "Ernie Chambers V. God",
    "release_id": "fe2554c6-0622-4af3-92f5-541cf130a20f",
    "release_group_id": null,
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}