Information about plays

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

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

{
    "id": 429760,
    "uri": "https://api.kexp.org/v2/plays/429760/?format=api",
    "airdate": "2001-05-30T22:08:34-07:00",
    "show": 7223,
    "show_uri": "https://api.kexp.org/v2/shows/7223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ASRPFGDVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ASRPFGDVL._SL75_.jpg",
    "song": "Paul's Birthday",
    "track_id": "d08665f7-830f-41f9-b3e0-fe9d174b9114",
    "recording_id": null,
    "artist": "Manitoba",
    "artist_ids": [
        "6907d8f2-70fd-4e8c-94d6-ce005fddba05"
    ],
    "album": "Start Breaking My Heart",
    "release_id": "b1f67a89-b472-4211-a0b1-d0a108dd5872",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2002-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}