Information about plays

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

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

{
    "id": 498432,
    "uri": "https://api.kexp.org/v2/plays/498432/?format=api",
    "airdate": "2001-12-19T14:00:00-08:00",
    "show": 8554,
    "show_uri": "https://api.kexp.org/v2/shows/8554/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UJbaI9ELL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UJbaI9ELL._SL75_.jpg",
    "song": "Junk Culture",
    "track_id": "b89f1387-c870-408b-a9f5-163528c319df",
    "recording_id": null,
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Junk Culture",
    "release_id": "6a32dbbe-7463-44ad-9ee2-98eed809eb1f",
    "release_group_id": null,
    "labels": [
        "Virgin Schallplatten GmbH"
    ],
    "label_ids": [
        "7d205322-a078-49e5-a1dc-7f90017cbb92"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}