Information about plays

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

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

{
    "id": 530682,
    "uri": "https://api.kexp.org/v2/plays/530682/?format=api",
    "airdate": "2002-03-24T17:29:50-08:00",
    "show": 9188,
    "show_uri": "https://api.kexp.org/v2/shows/9188/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41I5hDqFILL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41I5hDqFILL._SL75_.jpg",
    "song": "You Should Be at Home Here",
    "track_id": "3d4d1f96-8860-439d-85a3-322481934bb6",
    "recording_id": null,
    "artist": "Carissa's Wierd",
    "artist_ids": [
        "4bd31567-70a8-4007-9ac6-3c68c7fc3d45"
    ],
    "album": "You Should Be at Home Here",
    "release_id": "ed2a8c94-5c76-43aa-ad15-7bddb39a671b",
    "release_group_id": null,
    "labels": [
        "Brown Records"
    ],
    "label_ids": [
        "e3210de8-3b0e-42aa-b402-82db38bf3a7a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}