Information about plays

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

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

{
    "id": 1363766,
    "uri": "https://api.kexp.org/v2/plays/1363766/?format=api",
    "airdate": "2008-04-18T18:05:08-07:00",
    "show": 23812,
    "show_uri": "https://api.kexp.org/v2/shows/23812/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pIzKVgyCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pIzKVgyCL._SL75_.jpg",
    "song": "Little Lovin'",
    "track_id": "536166ce-4bca-4b99-99fc-11c5cbc793bf",
    "recording_id": null,
    "artist": "Mimi Roman",
    "artist_ids": [
        "120ed493-02bb-4911-9ba4-ace35c0e35d2"
    ],
    "album": "That'll Flat Git It, Volume 9: Decca Records",
    "release_id": "247d6bdb-92b8-4f03-a799-0d57ec4e5345",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}