Information about plays

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

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

{
    "id": 515987,
    "uri": "https://api.kexp.org/v2/plays/515987/?format=api",
    "airdate": "2002-02-09T10:57:00-08:00",
    "show": 8896,
    "show_uri": "https://api.kexp.org/v2/shows/8896/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QJ6FD1GFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QJ6FD1GFL._SL75_.jpg",
    "song": "A-1 Lover (feat. Chevelle Franklyn)",
    "track_id": "57e38e87-573d-460f-acdb-ccf33e974569",
    "recording_id": null,
    "artist": "Spragga Benz",
    "artist_ids": [
        "d0e97e77-b74d-4b1f-a84f-c3125a2b962d"
    ],
    "album": "Uncommonly Smooth",
    "release_id": "301254f5-928d-4d7c-b7fc-6677cb9cf83b",
    "release_group_id": null,
    "labels": [
        "white"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}