Information about plays

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

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

{
    "id": 1274339,
    "uri": "https://api.kexp.org/v2/plays/1274339/?format=api",
    "airdate": "2007-09-02T11:15:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A9HK4BZFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A9HK4BZFL._SL75_.jpg",
    "song": "Eight Men, Four Women",
    "track_id": "a69fe6e9-cfe7-4172-ac40-6351e0dcb370",
    "recording_id": null,
    "artist": "O.V. Wright",
    "artist_ids": [
        "ac486e0f-9d86-4dec-8f4f-0f06e4d51946"
    ],
    "album": "Solid Gold Soul: Deep Soul",
    "release_id": "6adf9873-096c-47dc-b3b2-127d827d7307",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}