Information about plays

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

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

{
    "id": 429361,
    "uri": "https://api.kexp.org/v2/plays/429361/?format=api",
    "airdate": "2001-05-29T20:32:43-07:00",
    "show": 7216,
    "show_uri": "https://api.kexp.org/v2/shows/7216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AC2RDBBQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AC2RDBBQL._SL75_.jpg",
    "song": "Freestyle Session",
    "track_id": "38266427-49c8-47ed-a7ef-44279e27290e",
    "recording_id": null,
    "artist": "Busta Flex",
    "artist_ids": [
        "ef376f0e-d8b8-44b3-bdc9-9102b6486ec5"
    ],
    "album": "Busta Flex",
    "release_id": "77cabcbb-5e63-4b11-80e8-ebb5f8cf9aaa",
    "release_group_id": null,
    "labels": [
        "WEA France"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}