Information about plays

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

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

{
    "id": 486028,
    "uri": "https://api.kexp.org/v2/plays/486028/?format=api",
    "airdate": "2001-11-13T01:56:15-08:00",
    "show": 8314,
    "show_uri": "https://api.kexp.org/v2/shows/8314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Q16YOXjLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Q16YOXjLL._SL75_.jpg",
    "song": "In the Evening (When the Sun Goes Down)",
    "track_id": "d9646ce7-ca76-4c04-8bb5-f9d8d3820ea8",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Ingredients in a Recipe for Soul",
    "release_id": "f8975b51-b84d-4d31-bc7a-d27484cf16d2",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}