Information about plays

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

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

{
    "id": 513760,
    "uri": "https://api.kexp.org/v2/plays/513760/?format=api",
    "airdate": "2002-02-03T05:47:00-08:00",
    "show": 8856,
    "show_uri": "https://api.kexp.org/v2/shows/8856/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NH-qLaJBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NH-qLaJBL._SL75_.jpg",
    "song": "Petey-Petey",
    "track_id": "ce001796-7844-4db5-a5db-f4fc3d9244f6",
    "recording_id": null,
    "artist": "Rizwan - Muazzam Qawwali",
    "artist_ids": [
        "d66f0999-c640-4564-ad86-eb26b3d2bde6"
    ],
    "album": "A Better Destiny",
    "release_id": "88870a93-fbec-401f-aea1-b68adec6726c",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2001-07-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}