Information about plays

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

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

{
    "id": 1388628,
    "uri": "https://api.kexp.org/v2/plays/1388628/?format=api",
    "airdate": "2008-06-22T09:21:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51f4x9dqteL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51f4x9dqteL._SL75_.jpg",
    "song": "Say Man, Back Again",
    "track_id": "da16ad8f-95bf-4c3a-a1f1-6ef443f0ed7f",
    "recording_id": null,
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Have Guitar Will Travel",
    "release_id": "ac32abdb-2c19-42e0-b8f1-d14dca782163",
    "release_group_id": null,
    "labels": [
        "Checker"
    ],
    "label_ids": [
        "5916423d-19c2-490b-bcae-94e5a81061a0"
    ],
    "release_date": "1960-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}