Information about plays

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

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

{
    "id": 1195943,
    "uri": "https://api.kexp.org/v2/plays/1195943/?format=api",
    "airdate": "2007-02-12T08:53:12-08:00",
    "show": 20965,
    "show_uri": "https://api.kexp.org/v2/shows/20965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fabcas%2BRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fabcas%2BRL._SL75_.jpg",
    "song": "North American Scum",
    "track_id": null,
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Sound of Silver",
    "release_id": "7461ca27-65e8-4106-a75e-de068dc3a619",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}