Information about plays

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

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

{
    "id": 1387556,
    "uri": "https://api.kexp.org/v2/plays/1387556/?format=api",
    "airdate": "2008-06-19T16:28:30-07:00",
    "show": 24221,
    "show_uri": "https://api.kexp.org/v2/shows/24221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NMHKLVBzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NMHKLVBzL._SL75_.jpg",
    "song": "No Regrets",
    "track_id": "73c75203-f15f-470b-ab85-9f8cfe7fcc9d",
    "recording_id": null,
    "artist": "King Khan & The Shrines",
    "artist_ids": [
        "ed8d9e99-53c3-4e3a-beea-2cea49e1431a"
    ],
    "album": "The Supreme Genius of King Khan and the Shrines",
    "release_id": "6b8abe2f-beb3-44a4-9da8-47f7afd98e0f",
    "release_group_id": null,
    "labels": [
        "Vice Music"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}