Information about plays

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

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

{
    "id": 414327,
    "uri": "https://api.kexp.org/v2/plays/414327/?format=api",
    "airdate": "2001-01-01T01:11:25-08:00",
    "show": 6902,
    "show_uri": "https://api.kexp.org/v2/shows/6902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MS9995EVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MS9995EVL._SL75_.jpg",
    "song": "The Test",
    "track_id": "685b8ded-b390-4d4d-9001-d9d926db4da4",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Come With Us",
    "release_id": "22b38127-08e4-43e7-82e5-2b46d3ece88e",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2002-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}