Information about plays

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

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

{
    "id": 431739,
    "uri": "https://api.kexp.org/v2/plays/431739/?format=api",
    "airdate": "2001-06-06T00:30:00-07:00",
    "show": 7262,
    "show_uri": "https://api.kexp.org/v2/shows/7262/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fXxpGdzSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fXxpGdzSL._SL75_.jpg",
    "song": "Honeysuckle Suite (Sugar Maple - Elm - Sweetgum)",
    "track_id": "d43475f4-fcd6-46ef-979f-1993d4e4537c",
    "recording_id": null,
    "artist": "Rachel's",
    "artist_ids": [
        "7b16e4ca-a204-4158-8293-20cb44c11d88"
    ],
    "album": "Selenography",
    "release_id": "2ac8254a-e927-4dce-8a5b-3309affc91ce",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1999-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}