Information about plays

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

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

{
    "id": 499162,
    "uri": "https://api.kexp.org/v2/plays/499162/?format=api",
    "airdate": "2001-12-21T13:23:00-08:00",
    "show": 8565,
    "show_uri": "https://api.kexp.org/v2/shows/8565/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QKQGKSRPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QKQGKSRPL._SL75_.jpg",
    "song": "Sophia Loren",
    "track_id": "013e3429-d4a8-44e2-8d75-7f1b24313324",
    "recording_id": null,
    "artist": "New Wet Kojak",
    "artist_ids": [
        "1f113d7d-a869-4946-9a56-19b93d6c1fe9"
    ],
    "album": "No. 4 EP",
    "release_id": "a8ceebf3-126d-47f6-9c7f-6fb2aae37d94",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet US"
    ],
    "label_ids": [
        "ccf5d394-54b2-4929-bbbd-ac4f788c3952"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}