Information about plays

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

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

{
    "id": 1359953,
    "uri": "https://api.kexp.org/v2/plays/1359953/?format=api",
    "airdate": "2008-04-09T02:42:23-07:00",
    "show": 23749,
    "show_uri": "https://api.kexp.org/v2/shows/23749/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51spSNeYOvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51spSNeYOvL._SL75_.jpg",
    "song": "Sprung",
    "track_id": "bc8f3197-4642-4a0e-8ad6-30507009bf09",
    "recording_id": null,
    "artist": "Ellen Allien",
    "artist_ids": [
        "2ff63f00-0954-4b14-9007-e19b822fc8b2"
    ],
    "album": "SOOL",
    "release_id": "efe990f7-a86f-48bb-8a10-cd490c755479",
    "release_group_id": null,
    "labels": [
        "BPitch Control"
    ],
    "label_ids": [
        "a938751f-4791-47f1-967f-2c94ace85f78"
    ],
    "release_date": "2008-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}