Information about plays

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

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

{
    "id": 1268273,
    "uri": "https://api.kexp.org/v2/plays/1268273/?format=api",
    "airdate": "2007-08-17T23:09:41-07:00",
    "show": 22202,
    "show_uri": "https://api.kexp.org/v2/shows/22202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614Y9SNK81L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614Y9SNK81L._SL75_.jpg",
    "song": "Mexican Women",
    "track_id": "e8d7a9a2-e15a-4f20-af86-0cba262bae33",
    "recording_id": null,
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "House Tornado",
    "release_id": "d50d6fb5-e97d-4359-a157-aad9bde1e1ed",
    "release_group_id": null,
    "labels": [
        "WMG"
    ],
    "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"
}