Information about plays

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

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

{
    "id": 497303,
    "uri": "https://api.kexp.org/v2/plays/497303/?format=api",
    "airdate": "2001-12-16T10:04:36-08:00",
    "show": 8533,
    "show_uri": "https://api.kexp.org/v2/shows/8533/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61o4Ql1N6AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61o4Ql1N6AL._SL75_.jpg",
    "song": "Lonesome Christmas",
    "track_id": "cc7c33a0-e8cc-4e2d-9a0d-9fb4611f298d",
    "recording_id": null,
    "artist": "Son Seals",
    "artist_ids": [
        "d2728d68-26f6-42b6-a490-ddae85b65d6d"
    ],
    "album": "The Alligator Records Christmas Collection",
    "release_id": "d4574c78-fbc0-4e61-b494-00355a6e4f66",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}