Information about plays

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

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

{
    "id": 518833,
    "uri": "https://api.kexp.org/v2/plays/518833/?format=api",
    "airdate": "2002-02-17T19:36:55-08:00",
    "show": 8953,
    "show_uri": "https://api.kexp.org/v2/shows/8953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415YJPD3B4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415YJPD3B4L._SL75_.jpg",
    "song": "We Got That Funk",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beatnuts",
    "artist_ids": [
        "d833b812-02c3-45e7-997f-5058dca1801b"
    ],
    "album": "Classic Nuts, Volume 1",
    "release_id": "897679ee-e191-40a7-9081-e4924ddc65ee",
    "release_group_id": null,
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}