Information about plays

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

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

{
    "id": 1195268,
    "uri": "https://api.kexp.org/v2/plays/1195268/?format=api",
    "airdate": "2007-02-10T13:10:51-08:00",
    "show": 20951,
    "show_uri": "https://api.kexp.org/v2/shows/20951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SY342QPSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SY342QPSL._SL75_.jpg",
    "song": "Who Says a Funk Band Can't Play Rock?",
    "track_id": null,
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "One Nation Under a Groove",
    "release_id": "8502a305-00b7-4f50-941c-5c4135026ffd",
    "release_group_id": null,
    "labels": [
        "Phantom Sound & Vision"
    ],
    "label_ids": [
        "010b9ef7-505f-4179-816e-48961f76de08"
    ],
    "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"
}