Information about plays

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

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

{
    "id": 426158,
    "uri": "https://api.kexp.org/v2/plays/426158/?format=api",
    "airdate": "2001-05-19T22:35:00-07:00",
    "show": 7152,
    "show_uri": "https://api.kexp.org/v2/shows/7152/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OymaTtn5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OymaTtn5L._SL75_.jpg",
    "song": "Carnaval (DJ Patife remix)",
    "track_id": "1294a339-14be-42b9-9784-d4c426ef8135",
    "recording_id": null,
    "artist": "Max de Castro",
    "artist_ids": [
        "184a3bc2-c0c7-49d0-bbba-0fd3920398c1"
    ],
    "album": "The Brasil EP",
    "release_id": "9e26e22f-8094-4461-9dc1-16ce5f0be42f",
    "release_group_id": null,
    "labels": [
        "V Recordings"
    ],
    "label_ids": [
        "6d44386b-dc7c-4bba-966b-52fe641ad4d0"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}