Information about plays

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

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

{
    "id": 467920,
    "uri": "https://api.kexp.org/v2/plays/467920/?format=api",
    "airdate": "2001-09-19T20:00:00-07:00",
    "show": 7960,
    "show_uri": "https://api.kexp.org/v2/shows/7960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J8JV3wHJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J8JV3wHJL._SL75_.jpg",
    "song": "New York City",
    "track_id": "f7f8865d-6071-44ef-b4ea-c03c39903ab2",
    "recording_id": null,
    "artist": "Bad Livers",
    "artist_ids": [
        "52136679-5be1-403a-ab23-a3a934646daa"
    ],
    "album": "Blood & Mood",
    "release_id": "94fc78e5-92f9-4682-9c7c-d80b6b7ac286",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}