Information about plays

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

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

{
    "id": 424809,
    "uri": "https://api.kexp.org/v2/plays/424809/?format=api",
    "airdate": "2001-05-15T23:07:30-07:00",
    "show": 7127,
    "show_uri": "https://api.kexp.org/v2/shows/7127/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5195BFJV9ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5195BFJV9ML._SL75_.jpg",
    "song": "Answering Machine",
    "track_id": "ffed7a28-54c5-4952-abac-ca1cd719469e",
    "recording_id": null,
    "artist": "Green Velvet",
    "artist_ids": [
        "e425b041-c28a-4ae8-9d5c-997890433cd4"
    ],
    "album": "Green Velvet",
    "release_id": "2185025b-4171-426c-9ef6-5020628b29fa",
    "release_group_id": null,
    "labels": [
        "F-111 Records"
    ],
    "label_ids": [
        "7a0b7239-b87e-49bb-9243-e25e3a565784"
    ],
    "release_date": "2000-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}