Information about plays

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

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

{
    "id": 425235,
    "uri": "https://api.kexp.org/v2/plays/425235/?format=api",
    "airdate": "2001-05-17T03:56:40-07:00",
    "show": 7134,
    "show_uri": "https://api.kexp.org/v2/shows/7134/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31GSW83DC2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31GSW83DC2L._SL75_.jpg",
    "song": "Westworld",
    "track_id": "9043bf43-c320-4480-accc-74bfead961f2",
    "recording_id": null,
    "artist": "Japancakes",
    "artist_ids": [
        "8f59cae9-5c2a-4b26-8783-03e09a37099d"
    ],
    "album": "If I Could See Dallas",
    "release_id": "88aa250a-2f0e-4c10-a905-1904c31c304b",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": "1999-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}