Information about plays

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

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

{
    "id": 1274341,
    "uri": "https://api.kexp.org/v2/plays/1274341/?format=api",
    "airdate": "2007-09-02T11:22:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oJnrzIZRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oJnrzIZRL._SL75_.jpg",
    "song": "Try It Again",
    "track_id": "9b47b7ce-dbb1-4d97-ba71-5f922641e481",
    "recording_id": null,
    "artist": "Bobby Byrd",
    "artist_ids": [
        "ed3af6a3-1db0-48e3-bb39-2730b22cf8d9"
    ],
    "album": "What It Is! Funky Soul and Rare Grooves (disc 4)",
    "release_id": "faa9ec7b-806d-4e04-8616-f3b2a779f2aa",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}