Information about plays

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

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

{
    "id": 534480,
    "uri": "https://api.kexp.org/v2/plays/534480/?format=api",
    "airdate": "2002-04-04T05:40:19-08:00",
    "show": 9258,
    "show_uri": "https://api.kexp.org/v2/shows/9258/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VXZCN9YNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VXZCN9YNL._SL75_.jpg",
    "song": "Beep Beep Love",
    "track_id": "4446e000-6a1b-4a37-9810-db88be6628c9",
    "recording_id": null,
    "artist": "The Incredible Moses Leroy",
    "artist_ids": [
        "1081120d-2be5-4145-9704-4477d855f90c"
    ],
    "album": "Electric Pocket Radio",
    "release_id": "3621c0dd-de4d-4f61-846e-161a62e43c6f",
    "release_group_id": null,
    "labels": [
        "Ultimatum Music"
    ],
    "label_ids": [
        "4e95d4be-cf2e-475a-9901-080419bb3962"
    ],
    "release_date": "2001-03-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}