Information about plays

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

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

{
    "id": 1377530,
    "uri": "https://api.kexp.org/v2/plays/1377530/?format=api",
    "airdate": "2008-05-23T05:46:43-07:00",
    "show": 24040,
    "show_uri": "https://api.kexp.org/v2/shows/24040/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61c0COi543L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61c0COi543L._SL75_.jpg",
    "song": "Always",
    "track_id": "401de3ea-052b-4b8f-8f33-f776a7bff0e9",
    "recording_id": null,
    "artist": "Bent",
    "artist_ids": [
        "0a77bec1-12ef-4caa-b36a-f533001fcd29"
    ],
    "album": "Programmed to Love",
    "release_id": "d29f6b92-b25f-43a5-af36-66a4545db2a2",
    "release_group_id": null,
    "labels": [
        "Ministry of Sound"
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b"
    ],
    "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"
}