Information about plays

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

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

{
    "id": 1281716,
    "uri": "https://api.kexp.org/v2/plays/1281716/?format=api",
    "airdate": "2007-09-21T04:19:19-07:00",
    "show": 22428,
    "show_uri": "https://api.kexp.org/v2/shows/22428/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A09ooKD2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A09ooKD2L._SL75_.jpg",
    "song": "Stars",
    "track_id": null,
    "recording_id": null,
    "artist": "Hum",
    "artist_ids": [
        "04c5ca8a-4afa-4031-aced-6357440dbc25"
    ],
    "album": "You'd Prefer an Astronaut",
    "release_id": "4df2f9a7-8d62-4895-a28c-c5df3e666ad5",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1995-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}