Information about plays

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

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

{
    "id": 421066,
    "uri": "https://api.kexp.org/v2/plays/421066/?format=api",
    "airdate": "2001-05-04T07:31:45-07:00",
    "show": 7048,
    "show_uri": "https://api.kexp.org/v2/shows/7048/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WnVsK7bjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WnVsK7bjL._SL75_.jpg",
    "song": "Slab Square",
    "track_id": "53c3cc4a-808b-4cfc-bd81-d80820a84a58",
    "recording_id": null,
    "artist": "Six by Seven",
    "artist_ids": [
        "5e2e050f-7280-464e-b251-0a1272c43300"
    ],
    "album": "The Closer You Get",
    "release_id": "2b50366d-5aee-40a2-8b1c-83e97e88890d",
    "release_group_id": null,
    "labels": [
        "Mantra Recordings"
    ],
    "label_ids": [
        "600ade12-d18f-4989-9d67-b1e37db4f284"
    ],
    "release_date": "2000-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}