Information about plays

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

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

{
    "id": 1296626,
    "uri": "https://api.kexp.org/v2/plays/1296626/?format=api",
    "airdate": "2007-10-30T03:24:40-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s9m19fnfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s9m19fnfL._SL75_.jpg",
    "song": "Enunciation",
    "track_id": "7a18e72c-260d-4799-837f-3835939cfc16",
    "recording_id": null,
    "artist": "Via Audio",
    "artist_ids": [
        "e0e445f7-a212-43b7-863e-2744b02f0d68"
    ],
    "album": "Say Something",
    "release_id": "76689725-b357-4798-80d4-3434f59b9dbe",
    "release_group_id": null,
    "labels": [
        "SideCho Records"
    ],
    "label_ids": [
        "8c7411a8-31fe-4724-8e47-1f601656f91a"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}