Information about plays

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

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

{
    "id": 1397055,
    "uri": "https://api.kexp.org/v2/plays/1397055/?format=api",
    "airdate": "2008-07-13T09:44:00-07:00",
    "show": 24378,
    "show_uri": "https://api.kexp.org/v2/shows/24378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Corn Whiskey",
    "track_id": "480b5a21-544b-4b83-9ec2-245ad04e63f7",
    "recording_id": null,
    "artist": "Jimmy Witherspoon",
    "artist_ids": [
        "1eaf1688-4f52-49e8-98bc-743828fe3e7e"
    ],
    "album": "Les Triomphes du rhythm'n'blues, Volume 8: chanteurs #1",
    "release_id": "20d662c8-f311-46b5-ac93-2d9f125bb06f",
    "release_group_id": null,
    "labels": [
        "Habana"
    ],
    "label_ids": [
        "2db61ae8-7fd3-471f-8f25-e84e98a85e6d"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}