Information about plays

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

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

{
    "id": 510754,
    "uri": "https://api.kexp.org/v2/plays/510754/?format=api",
    "airdate": "2002-01-25T13:13:00-08:00",
    "show": 8797,
    "show_uri": "https://api.kexp.org/v2/shows/8797/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KeDboOppL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KeDboOppL._SL75_.jpg",
    "song": "Born Too Loose",
    "track_id": "f1fe5220-c211-44b3-b146-ba45e3f9100e",
    "recording_id": null,
    "artist": "Johnny Thunders & The Heartbreakers",
    "artist_ids": [
        "e9e0b6d6-e2bb-42e5-993a-3aa69a4ec67d"
    ],
    "album": "L.A.M.F. The Lost '77 Mixes",
    "release_id": "491326d3-6609-4143-bfab-e779d3a34032",
    "release_group_id": null,
    "labels": [
        "track & field"
    ],
    "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"
}