Information about plays

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

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

{
    "id": 437279,
    "uri": "https://api.kexp.org/v2/plays/437279/?format=api",
    "airdate": "2001-06-22T03:00:00-07:00",
    "show": 7364,
    "show_uri": "https://api.kexp.org/v2/shows/7364/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51USfqSlbxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51USfqSlbxL._SL75_.jpg",
    "song": "Euro-Trash Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Cracker",
    "artist_ids": [
        "ca48bfb8-37c5-4a04-9837-a07975ee0cd3"
    ],
    "album": "Garage d'Or",
    "release_id": "157f81a2-64a4-4bd7-aff2-e5532b3ed26d",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2000-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}