Information about plays

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

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

{
    "id": 436523,
    "uri": "https://api.kexp.org/v2/plays/436523/?format=api",
    "airdate": "2001-06-20T04:40:00-07:00",
    "show": 7351,
    "show_uri": "https://api.kexp.org/v2/shows/7351/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JScHJMANL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JScHJMANL._SL75_.jpg",
    "song": "Dreamworld",
    "track_id": "e8087547-e038-49b1-a9cf-9268569b5ef4",
    "recording_id": null,
    "artist": "The Weddning Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "Saturnalia",
    "release_id": "9a73abf1-9ca3-405f-95a4-adf0fdd0e74c",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}