Information about plays

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

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

{
    "id": 1294614,
    "uri": "https://api.kexp.org/v2/plays/1294614/?format=api",
    "airdate": "2007-10-24T07:50:47-07:00",
    "show": 22649,
    "show_uri": "https://api.kexp.org/v2/shows/22649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Udg0z%2BRLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Udg0z%2BRLL._SL75_.jpg",
    "song": "Holiday in Cambodia",
    "track_id": null,
    "recording_id": null,
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Fresh Fruit for Rotting Vegetables",
    "release_id": "1b3c89db-0eaa-4965-8161-60e8409bdd66",
    "release_group_id": null,
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}