Information about plays

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

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

{
    "id": 1412401,
    "uri": "https://api.kexp.org/v2/plays/1412401/?format=api",
    "airdate": "2008-08-21T03:11:02-07:00",
    "show": 24638,
    "show_uri": "https://api.kexp.org/v2/shows/24638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orange Blossoms",
    "track_id": "69fb9701-588a-43bb-b4cc-a39104d6ccba",
    "recording_id": null,
    "artist": "JJ Grey & Mofro",
    "artist_ids": [
        "b11d2b63-c6da-4f52-9f62-9a166e2290f3"
    ],
    "album": "Orange Blossoms",
    "release_id": "5a9a6c22-2a89-4965-9fae-b0d0b757d8ba",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "2008-08-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}