Information about plays

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

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

{
    "id": 531860,
    "uri": "https://api.kexp.org/v2/plays/531860/?format=api",
    "airdate": "2002-03-27T19:36:00-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21DRCRN21BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21DRCRN21BL._SL75_.jpg",
    "song": "Who Loves Ya, Baby (Not Me)",
    "track_id": "349ed5f4-b3da-4a6d-bab7-f89a88d2bb35",
    "recording_id": null,
    "artist": "The Deadly Snakes",
    "artist_ids": [
        "33f8d69f-5a01-4c44-a4ad-531b9c1f0d00"
    ],
    "album": "Love Undone",
    "release_id": "ce3ff247-07a2-4856-a1f5-eb8a152ceca3",
    "release_group_id": null,
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}