Information about plays

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

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

{
    "id": 1310763,
    "uri": "https://api.kexp.org/v2/plays/1310763/?format=api",
    "airdate": "2007-12-06T01:00:25-08:00",
    "show": 22927,
    "show_uri": "https://api.kexp.org/v2/shows/22927/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rfws-k5rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rfws-k5rL._SL75_.jpg",
    "song": "State of the Union",
    "track_id": "5d592b8e-aba0-4036-990b-fa63cd044319",
    "recording_id": null,
    "artist": "Cloud Cult",
    "artist_ids": [
        "a33a9cd6-8c03-4047-b62d-59f76f494c20"
    ],
    "album": "Aurora Borealis",
    "release_id": "a8227440-61c6-46c8-bd1e-b8bc53c94982",
    "release_group_id": null,
    "labels": [
        "Earthology Records"
    ],
    "label_ids": [
        "9266837c-7609-415c-9ecc-f833382a636c"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}