Information about plays

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

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

{
    "id": 414814,
    "uri": "https://api.kexp.org/v2/plays/414814/?format=api",
    "airdate": "2001-04-12T17:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41bySiU3OLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41bySiU3OLL._SL75_.jpg",
    "song": "Everything's Not Lost",
    "track_id": "c378a136-2361-4ea6-9340-025d23095ee7",
    "recording_id": null,
    "artist": "Coldplay",
    "artist_ids": [
        "cc197bad-dc9c-440d-a5b5-d52ba2e14234"
    ],
    "album": "Parachutes",
    "release_id": "435fc965-9121-461e-b8da-d9b505c9dc9b",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "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"
}