Information about plays

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

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

{
    "id": 1277707,
    "uri": "https://api.kexp.org/v2/plays/1277707/?format=api",
    "airdate": "2007-09-11T00:03:00-07:00",
    "show": 22363,
    "show_uri": "https://api.kexp.org/v2/shows/22363/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4100WSTYSQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4100WSTYSQL._SL75_.jpg",
    "song": "Search for Life",
    "track_id": "422c8062-5b2a-47c0-8dc1-c1c9bb8a4405",
    "recording_id": null,
    "artist": "Ornette Coleman & Prime Time",
    "artist_ids": [
        "f29f7c31-33b2-4b27-b4ee-6102a826f2fd"
    ],
    "album": "Tone Dialing",
    "release_id": "b107e97b-35c3-453a-8e30-72fecd1147e8",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}