Information about plays

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

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

{
    "id": 1379569,
    "uri": "https://api.kexp.org/v2/plays/1379569/?format=api",
    "airdate": "2008-05-28T11:16:31-07:00",
    "show": 24076,
    "show_uri": "https://api.kexp.org/v2/shows/24076/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HV1QqkxlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HV1QqkxlL._SL75_.jpg",
    "song": "Ballad of a Thin Man",
    "track_id": "19bb5fa8-d7b8-4e17-b1e3-924987349a1e",
    "recording_id": null,
    "artist": "Stephen Malkmus & The Million Dollar Bashers",
    "artist_ids": [
        "69ca08f8-4254-4ad6-bca6-63258ae21794"
    ],
    "album": "I'm Not There (disc 1)",
    "release_id": "07101eab-49ae-47c3-b732-cfd9f5d81ed4",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2007-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}