Information about plays

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

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

{
    "id": 532187,
    "uri": "https://api.kexp.org/v2/plays/532187/?format=api",
    "airdate": "2002-03-28T14:21:37-08:00",
    "show": 9213,
    "show_uri": "https://api.kexp.org/v2/shows/9213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51APM9EDPXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51APM9EDPXL._SL75_.jpg",
    "song": "Shine a Light",
    "track_id": "a812d18d-37cc-426e-a239-976f8a4943e8",
    "recording_id": null,
    "artist": "The Band",
    "artist_ids": [
        "8c90ad8c-9150-4c51-a1eb-342232e99d06"
    ],
    "album": "Jericho",
    "release_id": "3b7854a3-87a0-4651-8958-7352f314af9e",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}