Information about plays

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

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

{
    "id": 1323157,
    "uri": "https://api.kexp.org/v2/plays/1323157/?format=api",
    "airdate": "2008-01-06T20:13:00-08:00",
    "show": 23135,
    "show_uri": "https://api.kexp.org/v2/shows/23135/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XuGHjdgDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XuGHjdgDL._SL75_.jpg",
    "song": "Roxanne, Roxanne",
    "track_id": "09525a6e-b4ef-4a67-8169-bc22e14db1b8",
    "recording_id": null,
    "artist": "UTFO",
    "artist_ids": [
        "848a1f71-c8b5-458b-8b05-a20ea1e962de"
    ],
    "album": "Hits",
    "release_id": "54de013b-46c0-4084-9c80-1d563615ad45",
    "release_group_id": null,
    "labels": [
        "Select Records"
    ],
    "label_ids": [
        "8d9c1c36-e91e-4e1d-9d84-23503118eaa1"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}