Information about plays

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

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

{
    "id": 1384573,
    "uri": "https://api.kexp.org/v2/plays/1384573/?format=api",
    "airdate": "2008-06-11T23:49:37-07:00",
    "show": 24171,
    "show_uri": "https://api.kexp.org/v2/shows/24171/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pv7JR-9NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pv7JR-9NL._SL75_.jpg",
    "song": "The Nature (feat. Justin Timberlake)",
    "track_id": "50f4e307-966e-40ec-9c19-f98184fd451f",
    "recording_id": null,
    "artist": "Talib Kweli",
    "artist_ids": [
        "bb3cbea2-5ad4-4917-bc84-8a1975d40315"
    ],
    "album": "Eardrum",
    "release_id": "bc2a02c0-97a4-42ce-bb64-6a9773391cf0",
    "release_group_id": null,
    "labels": [
        "Blacksmith Music"
    ],
    "label_ids": [
        "dd3e79ca-9816-44f6-93f0-882d535e0898"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}