Information about plays

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

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

{
    "id": 1303400,
    "uri": "https://api.kexp.org/v2/plays/1303400/?format=api",
    "airdate": "2007-11-17T02:46:42-08:00",
    "show": 22800,
    "show_uri": "https://api.kexp.org/v2/shows/22800/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A9DQAGH4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A9DQAGH4L._SL75_.jpg",
    "song": "suneV dnA sulumoR",
    "track_id": "b8f6dcea-1a96-4f6e-a6e0-8c23650cf46d",
    "recording_id": null,
    "artist": "The Tear Garden",
    "artist_ids": [
        "57928ae9-5742-408f-b953-9e1c8110b405"
    ],
    "album": "Sheila Liked the Rodeo",
    "release_id": "564cce76-6fe2-4669-8243-ce860e028eed",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}