Information about plays

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

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

{
    "id": 518717,
    "uri": "https://api.kexp.org/v2/plays/518717/?format=api",
    "airdate": "2002-02-17T11:24:00-08:00",
    "show": 8950,
    "show_uri": "https://api.kexp.org/v2/shows/8950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611kvdsbeIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611kvdsbeIL._SL75_.jpg",
    "song": "Crawfishin'",
    "track_id": "6460a7bc-da2d-40b0-8255-fe67b4927a41",
    "recording_id": null,
    "artist": "Marcia Ball",
    "artist_ids": [
        "475eabb3-1ccd-4fda-944e-4dd6ca1d9e99"
    ],
    "album": "Let Me Play With Your Poodle",
    "release_id": "4d1f2748-f65f-4132-b7e6-b08e7ee3b281",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}