Information about plays

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

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

{
    "id": 1257191,
    "uri": "https://api.kexp.org/v2/plays/1257191/?format=api",
    "airdate": "2007-07-21T00:33:41-07:00",
    "show": 22014,
    "show_uri": "https://api.kexp.org/v2/shows/22014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oMH%2B5f%2BZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oMH%2B5f%2BZL._SL75_.jpg",
    "song": "Lost, Picking Flowers in the Woods",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Moth Super Rainbow",
    "artist_ids": [
        "44e14e88-b17a-44d8-9e94-f3afa977239b"
    ],
    "album": "Dandelion Gum",
    "release_id": "bbdb139d-13c8-4327-914e-8ada7bf09b17",
    "release_group_id": null,
    "labels": [
        "Graveface Records"
    ],
    "label_ids": [
        "10a3f1b7-ceba-4f4c-ab9e-50094b31ecd6"
    ],
    "release_date": "2007-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}