Information about plays

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

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

{
    "id": 1387629,
    "uri": "https://api.kexp.org/v2/plays/1387629/?format=api",
    "airdate": "2008-06-19T19:56:00-07:00",
    "show": 24222,
    "show_uri": "https://api.kexp.org/v2/shows/24222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Sck2reJeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Sck2reJeL._SL75_.jpg",
    "song": "Do Re Mi",
    "track_id": "01e4c871-0893-4451-bdb3-fb286c5a7e0f",
    "recording_id": null,
    "artist": "John Mellencamp",
    "artist_ids": [
        "0aad6b52-fd93-4ea4-9c5d-1f66e1bc9f0a"
    ],
    "album": "Folkways: A Vision Shared: A Tribute to Woody Guthrie and Leadbelly",
    "release_id": "9de4d8ee-0064-4fbf-bc2c-eb1090f8d539",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}