Information about plays

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

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

{
    "id": 1293127,
    "uri": "https://api.kexp.org/v2/plays/1293127/?format=api",
    "airdate": "2007-10-20T11:52:00-07:00",
    "show": 22623,
    "show_uri": "https://api.kexp.org/v2/shows/22623/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51abrszfV9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51abrszfV9L._SL75_.jpg",
    "song": "Love",
    "track_id": "f9ad4ed6-e95b-47dc-8a9e-9a2df4b865ea",
    "recording_id": null,
    "artist": "Wayne Wonder",
    "artist_ids": [
        "fa5ecc27-10f6-41eb-90ac-9498a2bf6b43"
    ],
    "album": "Foreva",
    "release_id": "4b0b7cfd-020b-4a9a-bb60-aff31650e14d",
    "release_group_id": null,
    "labels": [
        "Black Chiney"
    ],
    "label_ids": [],
    "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"
}