Information about plays

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

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

{
    "id": 432740,
    "uri": "https://api.kexp.org/v2/plays/432740/?format=api",
    "airdate": "2001-06-08T19:43:20-07:00",
    "show": 7278,
    "show_uri": "https://api.kexp.org/v2/shows/7278/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219emmX23pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219emmX23pL._SL75_.jpg",
    "song": "Red Hot",
    "track_id": "489831fd-2576-4e22-8553-6c777d0bbbec",
    "recording_id": null,
    "artist": "Robert Gordon",
    "artist_ids": [
        "259a8d5f-d323-4b1c-897a-35ffdd7922c5"
    ],
    "album": "King Biscuit Flower Hour: Robert Gordon",
    "release_id": "6b332726-77ca-4047-b868-77226c37adcf",
    "release_group_id": null,
    "labels": [],
    "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"
}