Information about plays

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

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

{
    "id": 1381225,
    "uri": "https://api.kexp.org/v2/plays/1381225/?format=api",
    "airdate": "2008-06-02T13:30:53-07:00",
    "show": 24110,
    "show_uri": "https://api.kexp.org/v2/shows/24110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DY50SN7KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DY50SN7KL._SL75_.jpg",
    "song": "Mushaboom",
    "track_id": "482907c9-430c-4ded-8ba6-9b4327f01ca5",
    "recording_id": null,
    "artist": "Feist and Ben Gibbard",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "Let It Die",
    "release_id": "bee97862-9c0f-4a10-84b4-956d14cb8db6",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}