Information about plays

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

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

{
    "id": 427344,
    "uri": "https://api.kexp.org/v2/plays/427344/?format=api",
    "airdate": "2001-05-23T18:56:15-07:00",
    "show": 7177,
    "show_uri": "https://api.kexp.org/v2/shows/7177/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416b%2BUyOtpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416b%2BUyOtpL._SL75_.jpg",
    "song": "when the gate swings open",
    "track_id": null,
    "recording_id": null,
    "artist": "Otis Clay",
    "artist_ids": [
        "566c5190-cbec-41d0-822d-883f6ac61695"
    ],
    "album": "The Gospel Truth",
    "release_id": "66f16e01-9234-4fde-b593-8909deeb3708",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}