Information about plays

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

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

{
    "id": 515694,
    "uri": "https://api.kexp.org/v2/plays/515694/?format=api",
    "airdate": "2002-02-08T15:00:00-08:00",
    "show": 8891,
    "show_uri": "https://api.kexp.org/v2/shows/8891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21XKM6467EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21XKM6467EL._SL75_.jpg",
    "song": "Setting Your Head on Fire",
    "track_id": "9b65cd5c-2c6a-4d5e-b0bf-d633b2b4ce33",
    "recording_id": null,
    "artist": "+/-",
    "artist_ids": [
        "2624e8b9-3f77-453d-85e8-6a8c9e5b9d65"
    ],
    "album": "Self-Titled Long-Playing Debut Album",
    "release_id": "98c73bb4-b46f-4a11-aa29-96566a5817af",
    "release_group_id": null,
    "labels": [
        "Teenbeat"
    ],
    "label_ids": [
        "434783dd-2be4-42db-a320-c53cbee540bb"
    ],
    "release_date": "2002-04-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}