Information about plays

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

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

{
    "id": 416515,
    "uri": "https://api.kexp.org/v2/plays/416515/?format=api",
    "airdate": "2001-04-19T20:02:43-07:00",
    "show": 6950,
    "show_uri": "https://api.kexp.org/v2/shows/6950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QKYZWPYML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QKYZWPYML._SL75_.jpg",
    "song": "Border Lord",
    "track_id": "40c9995e-7468-443e-b9d8-424b5a3a001b",
    "recording_id": null,
    "artist": "Kris Kristofferson",
    "artist_ids": [
        "cb1ca13a-4821-4e66-aff0-0fd6b3dc9a81"
    ],
    "album": "Border Lord",
    "release_id": "130f3373-8f9c-4e7a-8472-d98731505d5a",
    "release_group_id": null,
    "labels": [
        "Monument"
    ],
    "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"
}