Information about plays

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

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

{
    "id": 1346298,
    "uri": "https://api.kexp.org/v2/plays/1346298/?format=api",
    "airdate": "2008-03-06T00:27:49-08:00",
    "show": 23526,
    "show_uri": "https://api.kexp.org/v2/shows/23526/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513LgI4EjxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513LgI4EjxL._SL75_.jpg",
    "song": "Pendulum",
    "track_id": null,
    "recording_id": null,
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "Haha Sound",
    "release_id": "1216e686-0799-4615-9e41-82473842ce07",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2003-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}