Information about plays

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

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

{
    "id": 1278809,
    "uri": "https://api.kexp.org/v2/plays/1278809/?format=api",
    "airdate": "2007-09-13T18:41:00-07:00",
    "show": 22380,
    "show_uri": "https://api.kexp.org/v2/shows/22380/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21K3K4DRG7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21K3K4DRG7L._SL75_.jpg",
    "song": "Tears Will Be the Chaser for Your Wine",
    "track_id": "b04fba78-8e34-46ad-978b-1583c8a1a60d",
    "recording_id": null,
    "artist": "Wanda Jackson",
    "artist_ids": [
        "550fbe01-42e9-4006-bcd0-6a1854dceb8f"
    ],
    "album": "Rockin' in the Country: The Best of Wanda Jackson",
    "release_id": "24d45571-ffe1-4633-8400-3603c1a4239a",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}