Information about plays

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

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

{
    "id": 425862,
    "uri": "https://api.kexp.org/v2/plays/425862/?format=api",
    "airdate": "2001-05-18T22:18:27-07:00",
    "show": 7145,
    "show_uri": "https://api.kexp.org/v2/shows/7145/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uuphrCILL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uuphrCILL._SL75_.jpg",
    "song": "Jesus Make Up My Dying Bed",
    "track_id": "4b6eb702-eea5-4a4e-9c76-3c3415703b6e",
    "recording_id": null,
    "artist": "Blind Willie Johnson",
    "artist_ids": [
        "8a14c00b-4779-44e4-9b2e-4cc9dcd92e9b"
    ],
    "album": "The Complete Blind Willie Johnson (disc 1)",
    "release_id": "47dfc825-6be7-4f41-9fde-18121d7d53fc",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "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"
}