Information about plays

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

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

{
    "id": 1313772,
    "uri": "https://api.kexp.org/v2/plays/1313772/?format=api",
    "airdate": "2007-12-13T17:08:27-08:00",
    "show": 22976,
    "show_uri": "https://api.kexp.org/v2/shows/22976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415kqNgaebL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415kqNgaebL._SL75_.jpg",
    "song": "Love Me Do",
    "track_id": "b15606a7-a743-44c8-a73a-7b42592bfff0",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Past Masters, Volume One",
    "release_id": "a4981ada-fba6-4fe8-8671-677008c29707",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1988-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}