Information about plays

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

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

{
    "id": 1233484,
    "uri": "https://api.kexp.org/v2/plays/1233484/?format=api",
    "airdate": "2007-05-20T14:08:28-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515nOOT0mEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515nOOT0mEL._SL75_.jpg",
    "song": "Here Comes the Phantom",
    "track_id": "f712b6ab-ec08-4d65-a2d1-2699502a63aa",
    "recording_id": null,
    "artist": "The Clientele",
    "artist_ids": [
        "6b66dd3a-d88b-4732-bc13-359d8964b7f2"
    ],
    "album": "God Save The Clientele",
    "release_id": "574d7875-b854-4477-b6fe-31bd239ca8e3",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-05-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}