Information about plays

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

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

{
    "id": 1256606,
    "uri": "https://api.kexp.org/v2/plays/1256606/?format=api",
    "airdate": "2007-07-19T17:23:25-07:00",
    "show": 22006,
    "show_uri": "https://api.kexp.org/v2/shows/22006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514kDY6RCpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514kDY6RCpL._SL75_.jpg",
    "song": "Three Girl Rhumba",
    "track_id": "5a619e0e-0313-4bf6-b823-03582297a8cc",
    "recording_id": null,
    "artist": "Wire ",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "On Returning (1977-1979)",
    "release_id": "a6b5ca6b-2652-4fe2-b465-a38ee2695621",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}