Information about plays

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

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

{
    "id": 1275165,
    "uri": "https://api.kexp.org/v2/plays/1275165/?format=api",
    "airdate": "2007-09-04T12:10:10-07:00",
    "show": 22320,
    "show_uri": "https://api.kexp.org/v2/shows/22320/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y0E2E6ZWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y0E2E6ZWL._SL75_.jpg",
    "song": "Everybody Plays the Mime",
    "track_id": "5d1b46ce-36ad-4ca8-9e18-3e3f3837bd0a",
    "recording_id": null,
    "artist": "Jonathan Fire*Eater",
    "artist_ids": [
        "8451c793-d397-4765-a197-198f61848332"
    ],
    "album": "Wolf Songs for Lambs",
    "release_id": "ca03bf7c-fb0d-4ae1-89da-8bdb4504493d",
    "release_group_id": null,
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1997-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}