Information about plays

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

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

{
    "id": 1273606,
    "uri": "https://api.kexp.org/v2/plays/1273606/?format=api",
    "airdate": "2007-08-31T10:57:52-07:00",
    "show": 22292,
    "show_uri": "https://api.kexp.org/v2/shows/22292/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6172QGP0J4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6172QGP0J4L._SL75_.jpg",
    "song": "Horny Ghost",
    "track_id": "510695a0-ca1b-43de-9561-b87183082b8a",
    "recording_id": null,
    "artist": "The Joggers",
    "artist_ids": [
        "b3b42f5d-3b81-4463-a9d2-1b72c9590c12"
    ],
    "album": "With a Cape and a Cane",
    "release_id": "5f9b93cd-1690-410d-8b7e-c0e2146ab659",
    "release_group_id": null,
    "labels": [
        "Star Records"
    ],
    "label_ids": [
        "a7d921e0-ee77-4cc3-8420-3e0226a947a4"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}