Information about plays

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

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

{
    "id": 1177792,
    "uri": "https://api.kexp.org/v2/plays/1177792/?format=api",
    "airdate": "2006-12-28T03:47:33-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418YDA4KRSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418YDA4KRSL._SL75_.jpg",
    "song": "Love Is an Unfamiliar Name",
    "track_id": "e41ff904-2c60-41dd-ab02-7d1b58253435",
    "recording_id": null,
    "artist": "The Duke Spirit",
    "artist_ids": [
        "c9b00c4c-44ff-47be-9fc8-5764b45cc7a3"
    ],
    "album": "Cuts Across the Land",
    "release_id": "1d876648-eae6-487a-974d-bc8aa1893d46",
    "release_group_id": null,
    "labels": [
        "Startime Intl Fader Label Enterprises"
    ],
    "label_ids": [
        "00cdfa68-610d-4f4f-a01a-37c58bbcbb26"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}