Information about plays

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

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

{
    "id": 496539,
    "uri": "https://api.kexp.org/v2/plays/496539/?format=api",
    "airdate": "2001-12-13T22:50:00-08:00",
    "show": 8517,
    "show_uri": "https://api.kexp.org/v2/shows/8517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mzMcJRJGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mzMcJRJGL._SL75_.jpg",
    "song": "Kyoshi's Pop",
    "track_id": "d8fe9950-b282-4654-848d-bcb6ac599bc5",
    "recording_id": null,
    "artist": "A Grape Dope",
    "artist_ids": [
        "9cf111cc-75f6-4457-9e76-ae6f6a150820"
    ],
    "album": "Immediate Action (disc 1)",
    "release_id": "9d38ee2e-f441-4950-a0a4-9ac95b549050",
    "release_group_id": null,
    "labels": [
        "Hefty Records"
    ],
    "label_ids": [
        "349e8c1c-028c-4839-a04d-80714c09ecbe"
    ],
    "release_date": "2001-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}