Information about plays

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

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

{
    "id": 429846,
    "uri": "https://api.kexp.org/v2/plays/429846/?format=api",
    "airdate": "2001-05-31T05:00:00-07:00",
    "show": 7224,
    "show_uri": "https://api.kexp.org/v2/shows/7224/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VM%2B8usmAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VM%2B8usmAL._SL75_.jpg",
    "song": "Proper Lofi",
    "track_id": "79630922-150d-42f5-8042-b7b08953313d",
    "recording_id": null,
    "artist": "Chris Clark",
    "artist_ids": [
        "5d0c202c-e30f-40c4-abf5-c0007af0d1cc"
    ],
    "album": "Clarence Park",
    "release_id": "36c5b1f3-6b90-45f2-bc62-30eedb0e6998",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2001-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}