Information about plays

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

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

{
    "id": 1386316,
    "uri": "https://api.kexp.org/v2/plays/1386316/?format=api",
    "airdate": "2008-06-16T13:11:53-07:00",
    "show": 24202,
    "show_uri": "https://api.kexp.org/v2/shows/24202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yhwv%2B7kbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yhwv%2B7kbL._SL75_.jpg",
    "song": "Un Beso al Viento",
    "track_id": "acf636bf-1175-404a-b4e1-e4f7d949ff98",
    "recording_id": null,
    "artist": "Los Super Seven",
    "artist_ids": [
        "6f6ce604-91d8-4446-9d85-0ce56675f207"
    ],
    "album": "Los Super Seven",
    "release_id": "07347881-3b65-4ad1-bfba-9561f82fc4a7",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}