Information about plays

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

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

{
    "id": 1387530,
    "uri": "https://api.kexp.org/v2/plays/1387530/?format=api",
    "airdate": "2008-06-19T14:32:42-07:00",
    "show": 24221,
    "show_uri": "https://api.kexp.org/v2/shows/24221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WW86ZHigL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WW86ZHigL._SL75_.jpg",
    "song": "Anything, Anything",
    "track_id": "069b7020-817b-43ca-9157-a6a9997ff611",
    "recording_id": null,
    "artist": "Masters of the Hemisphere",
    "artist_ids": [
        "14b4fdc5-fe91-4eaf-8010-3033d4a20d95"
    ],
    "album": "Protest a Dark Anniversary",
    "release_id": "778af410-211d-4ef9-8f38-672d24a9c4c5",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "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"
}