Information about plays

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

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

{
    "id": 427274,
    "uri": "https://api.kexp.org/v2/plays/427274/?format=api",
    "airdate": "2001-05-23T14:31:45-07:00",
    "show": 7176,
    "show_uri": "https://api.kexp.org/v2/shows/7176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/119RPFJWK3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/119RPFJWK3L._SL75_.jpg",
    "song": "Go Round The Sun",
    "track_id": "b9dc6a2a-8872-498c-b17a-3a6c85d38aa6",
    "recording_id": null,
    "artist": "Jung Collective",
    "artist_ids": [
        "37d608ff-8b50-4b25-83fe-0078ed1099cb"
    ],
    "album": "Anoraknophobe",
    "release_id": "0754ae98-76e7-4da2-bb40-98631d3a49e1",
    "release_group_id": null,
    "labels": [
        "Timewarp"
    ],
    "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"
}