Information about plays

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

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

{
    "id": 419830,
    "uri": "https://api.kexp.org/v2/plays/419830/?format=api",
    "airdate": "2001-04-30T18:05:27-07:00",
    "show": 7023,
    "show_uri": "https://api.kexp.org/v2/shows/7023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EDkIeaYEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EDkIeaYEL._SL75_.jpg",
    "song": "Politikinao Nahoda",
    "track_id": "2cd891b3-7cad-49be-97a9-6a50c830b2a2",
    "recording_id": null,
    "artist": "D'Gary",
    "artist_ids": [
        "612fcd72-c4a5-47df-bbdd-7e4b3292873a"
    ],
    "album": "Akata Meso",
    "release_id": "076a4ce3-8aa8-4492-b42e-cf42fc79bbbb",
    "release_group_id": null,
    "labels": [
        "Indigo/Label Bleu"
    ],
    "label_ids": [],
    "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"
}