Information about plays

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

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

{
    "id": 429359,
    "uri": "https://api.kexp.org/v2/plays/429359/?format=api",
    "airdate": "2001-05-29T20:21:49-07:00",
    "show": 7216,
    "show_uri": "https://api.kexp.org/v2/shows/7216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VQOfTwYhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VQOfTwYhL._SL75_.jpg",
    "song": "Nice up the Dance [#]",
    "track_id": "9f597493-2c65-4897-8878-2d824a09749d",
    "recording_id": null,
    "artist": "Michigan & Smiley",
    "artist_ids": [
        "c7e8fc0f-47dc-4cd4-be64-ac907fe04cd6"
    ],
    "album": "Nice Up the Dance: Studio One Discomixes",
    "release_id": "f9821c77-a612-46ad-b1eb-2d2dc330772c",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}