Information about plays

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

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

{
    "id": 1367199,
    "uri": "https://api.kexp.org/v2/plays/1367199/?format=api",
    "airdate": "2008-04-27T11:52:00-07:00",
    "show": 23871,
    "show_uri": "https://api.kexp.org/v2/shows/23871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tEh3RWXpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tEh3RWXpL._SL75_.jpg",
    "song": "Oh Me Oh My (I'm a Fool for You)",
    "track_id": "dd78cd32-08ca-4133-9d9d-c5cfe56e6852",
    "recording_id": null,
    "artist": "Joe Tex",
    "artist_ids": [
        "bb25e0ba-fd11-4d2a-8ec3-f5674f67c874"
    ],
    "album": "From the Roots... Came the Rapper",
    "release_id": "cc8b89ac-4ae7-41a7-a0c4-8bf479dfe8b1",
    "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"
}