Information about plays

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

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

{
    "id": 500614,
    "uri": "https://api.kexp.org/v2/plays/500614/?format=api",
    "airdate": "2001-12-26T13:18:00-08:00",
    "show": 8596,
    "show_uri": "https://api.kexp.org/v2/shows/8596/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617aCfiVgrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617aCfiVgrL._SL75_.jpg",
    "song": "F-Stop Blues",
    "track_id": "bb50867a-e2aa-412b-b38f-07203e6dc203",
    "recording_id": null,
    "artist": "Jack Johnson",
    "artist_ids": [
        "ff6e677f-91dd-4986-a174-8db0474b1799"
    ],
    "album": "Brushfire Fairytales",
    "release_id": "b4433e5c-ba54-4aa2-bd90-befb80932244",
    "release_group_id": null,
    "labels": [
        "Enjoy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}