Information about plays

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

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

{
    "id": 532919,
    "uri": "https://api.kexp.org/v2/plays/532919/?format=api",
    "airdate": "2002-03-30T14:03:39-08:00",
    "show": 9227,
    "show_uri": "https://api.kexp.org/v2/shows/9227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YQRH7J55L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YQRH7J55L._SL75_.jpg",
    "song": "O My Soul",
    "track_id": "ec03dbfa-ad60-4c6c-bc17-42e9f77b51d7",
    "recording_id": null,
    "artist": "Big Star",
    "artist_ids": [
        "21d177ba-3d51-461e-9b3f-ad9a80b419dc"
    ],
    "album": "Nobody Can Dance",
    "release_id": "2ce1abb9-4d82-42d8-ac5b-39199d5dd77c",
    "release_group_id": null,
    "labels": [
        "Norton Records"
    ],
    "label_ids": [
        "6eeb7660-66eb-4d58-b41e-107c5b858d4e"
    ],
    "release_date": "1999-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}