Information about plays

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

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

{
    "id": 532418,
    "uri": "https://api.kexp.org/v2/plays/532418/?format=api",
    "airdate": "2002-03-29T03:42:27-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619%2BGcI5UvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619%2BGcI5UvL._SL75_.jpg",
    "song": "Fraises Et Crème Fraîche",
    "track_id": "610f6e59-92c5-41e4-b568-5e6894975699",
    "recording_id": null,
    "artist": "Rabih Abou-Khalil",
    "artist_ids": [
        "4644d754-bdef-4323-9854-9e82acbdaa79"
    ],
    "album": "The Cactus of Knowledge",
    "release_id": "4c526aa1-4f8b-46e8-ae67-8788cd00cd59",
    "release_group_id": null,
    "labels": [
        "Enja Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}