Information about plays

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

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

{
    "id": 1365280,
    "uri": "https://api.kexp.org/v2/plays/1365280/?format=api",
    "airdate": "2008-04-22T14:54:00-07:00",
    "show": 23839,
    "show_uri": "https://api.kexp.org/v2/shows/23839/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317ZSEE9ZTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317ZSEE9ZTL._SL75_.jpg",
    "song": "Johnny Appleseed",
    "track_id": null,
    "recording_id": null,
    "artist": "Joe Strummer & The Mescaleros",
    "artist_ids": [
        "39c1e474-647e-42ef-a157-fcfb30c2c2ff"
    ],
    "album": "Global a Go-Go",
    "release_id": "9d866d86-5b92-43db-9093-477eda43c30e",
    "release_group_id": null,
    "labels": [
        "Hellcat Records"
    ],
    "label_ids": [
        "5c5e0ca2-8819-4b3b-8b43-59943780c2b6"
    ],
    "release_date": "2001-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}