Information about plays

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

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

{
    "id": 499004,
    "uri": "https://api.kexp.org/v2/plays/499004/?format=api",
    "airdate": "2001-12-21T01:17:00-08:00",
    "show": 8563,
    "show_uri": "https://api.kexp.org/v2/shows/8563/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ZD2J9TFNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ZD2J9TFNL._SL75_.jpg",
    "song": "I Am The Black Gold Of The Sun (4 Hero Remix) - Nu Yorican Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "Gilles Peterson",
    "artist_ids": [
        "4c4e3121-4d12-4f7a-a77c-5becd849fb3c"
    ],
    "album": "INCredible Sound of Gilles Peterson",
    "release_id": "ec1ab191-e60b-4c6f-8bb9-617ddbfe4824",
    "release_group_id": null,
    "labels": [
        "Giant Step"
    ],
    "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"
}