Information about plays

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

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

{
    "id": 1277092,
    "uri": "https://api.kexp.org/v2/plays/1277092/?format=api",
    "airdate": "2007-09-09T10:02:00-07:00",
    "show": 22352,
    "show_uri": "https://api.kexp.org/v2/shows/22352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AYVFJYQ4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AYVFJYQ4L._SL75_.jpg",
    "song": "Leave My Kitten Alone",
    "track_id": "18408a62-07cb-4932-be19-2f54239ff455",
    "recording_id": null,
    "artist": "Little Willie John",
    "artist_ids": [
        "d59ce86d-2cc3-49be-be12-3eb4dde6e1ed"
    ],
    "album": "All 15 of His Chart Hits (1953-1962)",
    "release_id": "a1d77380-9616-490e-8ac9-638ece97492a",
    "release_group_id": null,
    "labels": [
        "Rhythm King"
    ],
    "label_ids": [
        "0598ae50-7b54-443e-a17b-6b4805bd9c4f"
    ],
    "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"
}