Information about plays

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

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

{
    "id": 1378447,
    "uri": "https://api.kexp.org/v2/plays/1378447/?format=api",
    "airdate": "2008-05-25T15:48:31-07:00",
    "show": 24058,
    "show_uri": "https://api.kexp.org/v2/shows/24058/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61nKNxMWd7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61nKNxMWd7L._SL75_.jpg",
    "song": "Think About It",
    "track_id": "bfe97830-147e-4373-8b0e-7824f1b0c66c",
    "recording_id": null,
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "8c40d05a-5a15-4f6e-95a9-fdab723680a2"
    ],
    "album": "Flight of the Conchords",
    "release_id": "451c994e-5797-46d5-a3cf-15d875a5f20d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-04-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}