Information about plays

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

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

{
    "id": 463297,
    "uri": "https://api.kexp.org/v2/plays/463297/?format=api",
    "airdate": "2001-09-06T02:08:00-07:00",
    "show": 7868,
    "show_uri": "https://api.kexp.org/v2/shows/7868/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RdA2sHJUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RdA2sHJUL._SL75_.jpg",
    "song": "Bullet the Blue Sky (live)",
    "track_id": "194c7748-a62c-4932-9d07-33f472a5f5ed",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Stay (Faraway, So Close!)",
    "release_id": "2fd13524-da9f-4d63-b472-e72a4e042cdf",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}