Information about plays

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

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

{
    "id": 1291734,
    "uri": "https://api.kexp.org/v2/plays/1291734/?format=api",
    "airdate": "2007-10-16T21:35:33-07:00",
    "show": 22602,
    "show_uri": "https://api.kexp.org/v2/shows/22602/?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": "You Kids Should Know Better",
    "track_id": "5a3e9149-63be-4913-8b6b-ec143db3f4e6",
    "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": [
        "Highwheel Records"
    ],
    "label_ids": [
        "30d27e6a-125b-4de4-8700-e32ef4dd1039"
    ],
    "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"
}