Information about plays

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

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

{
    "id": 1413652,
    "uri": "https://api.kexp.org/v2/plays/1413652/?format=api",
    "airdate": "2008-08-24T05:13:00-07:00",
    "show": 24658,
    "show_uri": "https://api.kexp.org/v2/shows/24658/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YGFVA07ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YGFVA07ZL._SL75_.jpg",
    "song": "Think",
    "track_id": "c2b36fb8-372e-4028-87b9-a555a33f5376",
    "recording_id": null,
    "artist": "Dr. Lonnie Smith",
    "artist_ids": [
        "58c2a0ee-183d-463a-a8fb-9c388fedd33d"
    ],
    "album": "Think!",
    "release_id": "cfed8758-7a62-48e9-97a2-32a4879adcbc",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}