Information about plays

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

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

{
    "id": 456731,
    "uri": "https://api.kexp.org/v2/plays/456731/?format=api",
    "airdate": "2001-08-17T17:16:40-07:00",
    "show": 7732,
    "show_uri": "https://api.kexp.org/v2/shows/7732/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PN9JQW12L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PN9JQW12L._SL75_.jpg",
    "song": "Rumors of the Faithful",
    "track_id": "07346299-360f-467b-97b9-ed034b838c43",
    "recording_id": null,
    "artist": "Moviola",
    "artist_ids": [
        "6a1cb5cc-e3e8-4fc4-883b-6968ddef9dbd"
    ],
    "album": "Rumors of the Faithful",
    "release_id": "ee3416d1-464a-4354-8957-0b527be12b72",
    "release_group_id": null,
    "labels": [
        "Spirit of Orr"
    ],
    "label_ids": [
        "11a47915-efa4-4a68-8eae-72aaa8d1b91a"
    ],
    "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"
}