Information about plays

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

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

{
    "id": 1196026,
    "uri": "https://api.kexp.org/v2/plays/1196026/?format=api",
    "airdate": "2007-02-12T14:44:55-08:00",
    "show": 20967,
    "show_uri": "https://api.kexp.org/v2/shows/20967/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uR1j%2BZFlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uR1j%2BZFlL._SL75_.jpg",
    "song": "Jimmy Legs",
    "track_id": "8082d673-9b75-48d1-ab92-dc4cb7ef82bb",
    "recording_id": null,
    "artist": "The Low Frequency in Stereo",
    "artist_ids": [
        "fd9ad80e-b0e3-46e0-ab43-4a8ec0db6f5a"
    ],
    "album": "The Last Temptation of...",
    "release_id": "00be476a-c912-4795-a55d-af9adc87d555",
    "release_group_id": null,
    "labels": [
        "Rec 90"
    ],
    "label_ids": [
        "03971a43-08f7-440f-8f61-324eb91f9476"
    ],
    "release_date": "2006-04-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}