Information about plays

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

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

{
    "id": 534539,
    "uri": "https://api.kexp.org/v2/plays/534539/?format=api",
    "airdate": "2002-04-04T09:49:44-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41f-uDvQEGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41f-uDvQEGL._SL75_.jpg",
    "song": "Swine Fever",
    "track_id": "3d01a211-6aaf-4a59-a129-d278e006600b",
    "recording_id": null,
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Naked Self",
    "release_id": "a1050f80-dd9f-4754-9df1-9f7cda824c9f",
    "release_group_id": null,
    "labels": [
        "Nothing"
    ],
    "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"
}