Information about plays

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

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

{
    "id": 503406,
    "uri": "https://api.kexp.org/v2/plays/503406/?format=api",
    "airdate": "2002-01-03T18:57:00-08:00",
    "show": 8651,
    "show_uri": "https://api.kexp.org/v2/shows/8651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D9VPT34TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D9VPT34TL._SL75_.jpg",
    "song": "Out in the Parking Lot",
    "track_id": "61c8e27b-9e14-4072-be39-7a483301774d",
    "recording_id": null,
    "artist": "Guy Clark",
    "artist_ids": [
        "e885f72e-4617-46de-9454-5485061f29b3"
    ],
    "album": "Keepers",
    "release_id": "f290501d-9ce5-4116-94c0-30e075c97fe9",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}