Information about plays

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

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

{
    "id": 497661,
    "uri": "https://api.kexp.org/v2/plays/497661/?format=api",
    "airdate": "2001-12-17T10:50:00-08:00",
    "show": 8541,
    "show_uri": "https://api.kexp.org/v2/shows/8541/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31W0KC6BJEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31W0KC6BJEL._SL75_.jpg",
    "song": "Charm City",
    "track_id": null,
    "recording_id": null,
    "artist": "Jenny Toomey",
    "artist_ids": [
        "246fc8dd-a667-4a5b-868a-a5897bcd6c59"
    ],
    "album": "Antidote (disc 2: Nashville)",
    "release_id": "ea90f1d9-c8d6-4112-abc2-7a045680ad78",
    "release_group_id": null,
    "labels": [
        "Misra"
    ],
    "label_ids": [
        "7be454c1-d49d-4f4c-9178-0ef23bac83f0"
    ],
    "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"
}