Information about plays

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

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

{
    "id": 1355206,
    "uri": "https://api.kexp.org/v2/plays/1355206/?format=api",
    "airdate": "2008-03-28T03:38:05-07:00",
    "show": 23668,
    "show_uri": "https://api.kexp.org/v2/shows/23668/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R588MYE7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R588MYE7L._SL75_.jpg",
    "song": "Keep It Clean",
    "track_id": "f9d3c362-9503-4778-87a3-98be016fdb1c",
    "recording_id": null,
    "artist": "Gelbison",
    "artist_ids": [
        "72732f0a-8b34-4626-963e-1aeb9610db56"
    ],
    "album": "See the World",
    "release_id": "4e5da997-5656-45ab-9265-43299775472b",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}