Information about plays

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

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

{
    "id": 454830,
    "uri": "https://api.kexp.org/v2/plays/454830/?format=api",
    "airdate": "2001-08-12T12:07:30-07:00",
    "show": 7700,
    "show_uri": "https://api.kexp.org/v2/shows/7700/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410P72EM8FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410P72EM8FL._SL75_.jpg",
    "song": "Together Again",
    "track_id": "938f95b0-3e63-4324-a319-3c9f4d1b36da",
    "recording_id": null,
    "artist": "Thad Cockrell",
    "artist_ids": [
        "61a43fdf-61fc-4676-85b1-17709a7882b8"
    ],
    "album": "Stack of Dreams",
    "release_id": "25c4b32b-7cb1-4aff-b863-0bcf04b8f0b5",
    "release_group_id": null,
    "labels": [
        "Miles of Music"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}