Information about plays

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

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

{
    "id": 465043,
    "uri": "https://api.kexp.org/v2/plays/465043/?format=api",
    "airdate": "2001-09-11T06:48:45-07:00",
    "show": 7902,
    "show_uri": "https://api.kexp.org/v2/shows/7902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51z2MnjwnYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51z2MnjwnYL._SL75_.jpg",
    "song": "Holah",
    "track_id": null,
    "recording_id": null,
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "She Hangs Brightly",
    "release_id": "c74307be-1085-4026-97ab-60b676e367c5",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}