Information about plays

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

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

{
    "id": 453669,
    "uri": "https://api.kexp.org/v2/plays/453669/?format=api",
    "airdate": "2001-08-09T01:32:00-07:00",
    "show": 7677,
    "show_uri": "https://api.kexp.org/v2/shows/7677/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NFMox0M4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NFMox0M4L._SL75_.jpg",
    "song": "Swallow My Pride",
    "track_id": "95b4a04a-b417-4fd7-848d-93e3e66b2376",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Leave Home",
    "release_id": "2a2f6bc1-8aa1-41c7-8dba-169d62a00111",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}