Information about plays

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

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

{
    "id": 1274404,
    "uri": "https://api.kexp.org/v2/plays/1274404/?format=api",
    "airdate": "2007-09-02T15:36:00-07:00",
    "show": 22308,
    "show_uri": "https://api.kexp.org/v2/shows/22308/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PACW91PPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PACW91PPL._SL75_.jpg",
    "song": "Sunlight in a Jar",
    "track_id": null,
    "recording_id": null,
    "artist": "The Lucksmiths",
    "artist_ids": [
        "0181f745-7f48-4065-9089-f42810b52149"
    ],
    "album": "Warmer Corners",
    "release_id": "5462970b-1933-4c01-a1ce-a123ec1727dc",
    "release_group_id": null,
    "labels": [
        "Matinée Recordings"
    ],
    "label_ids": [
        "875907dc-80c0-4843-be34-fc45781f6afa"
    ],
    "release_date": "2005-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}