Information about plays

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

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

{
    "id": 419451,
    "uri": "https://api.kexp.org/v2/plays/419451/?format=api",
    "airdate": "2001-04-29T16:10:00-07:00",
    "show": 7013,
    "show_uri": "https://api.kexp.org/v2/shows/7013/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You",
    "track_id": "d8277d03-d8e0-4c17-83e0-c5847d7ecee5",
    "recording_id": null,
    "artist": "Containe",
    "artist_ids": [
        "856a9c5a-eed7-4b0b-bb11-e4980cec28b0"
    ],
    "album": "I Want It All",
    "release_id": "c89b913a-59e2-4169-85d3-e0958a2ba1f5",
    "release_group_id": null,
    "labels": [
        "enchante"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}