Information about plays

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

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

{
    "id": 1195272,
    "uri": "https://api.kexp.org/v2/plays/1195272/?format=api",
    "airdate": "2007-02-10T13:30:40-08:00",
    "show": 20951,
    "show_uri": "https://api.kexp.org/v2/shows/20951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WoW6MLXQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WoW6MLXQL._SL75_.jpg",
    "song": "Whither the Invisible Birds?",
    "track_id": "7f61ab3a-edb3-46a3-9032-0eb41fb89d6a",
    "recording_id": null,
    "artist": "Deerhoof",
    "artist_ids": [
        "11eabe0c-2638-4808-92f9-1dbd9c453429"
    ],
    "album": "Friend Opportunity",
    "release_id": "e87ded2e-32b5-454f-aae3-f18941c1393e",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}