Information about plays

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

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

{
    "id": 513776,
    "uri": "https://api.kexp.org/v2/plays/513776/?format=api",
    "airdate": "2002-02-03T09:35:00-08:00",
    "show": 8858,
    "show_uri": "https://api.kexp.org/v2/shows/8858/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Pnof5ZQ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Pnof5ZQ8L._SL75_.jpg",
    "song": "You Got To Know How",
    "track_id": "2752858c-c99c-458d-be30-b0c00ffd3d4a",
    "recording_id": null,
    "artist": "Sippie Wallace",
    "artist_ids": [
        "ac4c191a-92cf-4def-9a48-8635429edb96"
    ],
    "album": "Women Be Wise",
    "release_id": "1fdfccda-0f73-42a4-b38d-c4d4a752d798",
    "release_group_id": null,
    "labels": [
        "Storyville (den)/Alligator"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}