Information about plays

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

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

{
    "id": 1376211,
    "uri": "https://api.kexp.org/v2/plays/1376211/?format=api",
    "airdate": "2008-05-20T01:28:51-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5126vLnz1nL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5126vLnz1nL._SL75_.jpg",
    "song": "Bright Side",
    "track_id": "d1745a8d-766c-4f06-8352-ea0509cd3c0b",
    "recording_id": null,
    "artist": "The Muslims",
    "artist_ids": [
        "1db1716c-ef55-4fc0-9761-b049d63fbf0a"
    ],
    "album": "The Muslims",
    "release_id": "725668b2-a37f-4cf6-9326-3df3f2f01103",
    "release_group_id": null,
    "labels": [
        "1928 Recordings"
    ],
    "label_ids": [
        "fc6446b8-9e77-41ff-b41a-e1b147caf221"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}