Information about plays

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

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

{
    "id": 1275365,
    "uri": "https://api.kexp.org/v2/plays/1275365/?format=api",
    "airdate": "2007-09-04T23:50:33-07:00",
    "show": 22323,
    "show_uri": "https://api.kexp.org/v2/shows/22323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511%2Bga%2B-uuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511%2Bga%2B-uuL._SL75_.jpg",
    "song": "Good Girl",
    "track_id": "6c0696f7-0b2e-4d00-9e7d-d14e5a857e31",
    "recording_id": null,
    "artist": "Buffalo Tom",
    "artist_ids": [
        "1159e0d0-a782-471a-9dae-93ac046eac72"
    ],
    "album": "Three Easy Pieces",
    "release_id": "3db32553-72c4-47d9-92cc-edf25c820124",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}