Information about plays

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

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

{
    "id": 1292225,
    "uri": "https://api.kexp.org/v2/plays/1292225/?format=api",
    "airdate": "2007-10-18T03:25:11-07:00",
    "show": 22609,
    "show_uri": "https://api.kexp.org/v2/shows/22609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Rhz3ZJw0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Rhz3ZJw0L._SL75_.jpg",
    "song": "Our Velocity",
    "track_id": "8c4bdd6f-492e-4d3e-b99a-c0c46d13ab97",
    "recording_id": null,
    "artist": "Maxïmo Park",
    "artist_ids": [
        "92e634a7-6023-4be8-be15-ebba822f5b34"
    ],
    "album": "Our Earthly Pleasures",
    "release_id": "53d66067-0ece-4828-be76-4eabba12993e",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}