Information about plays

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

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

{
    "id": 1256962,
    "uri": "https://api.kexp.org/v2/plays/1256962/?format=api",
    "airdate": "2007-07-20T13:13:57-07:00",
    "show": 22011,
    "show_uri": "https://api.kexp.org/v2/shows/22011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61eN0h5IfjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61eN0h5IfjL._SL75_.jpg",
    "song": "Thinktank",
    "track_id": "d2073671-a304-4de1-adad-e1048edb27ea",
    "recording_id": null,
    "artist": "Airiel",
    "artist_ids": [
        "a6bf1276-9150-40fc-a94e-6b14f377fe3d"
    ],
    "album": "The Battle of Sealand",
    "release_id": "53c1bb4a-1834-40cc-9a13-393bd8257acb",
    "release_group_id": null,
    "labels": [
        "Highweel Records"
    ],
    "label_ids": [
        "f1f5d0f9-1dc1-4a83-a3bb-8a6340253012"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}