Information about plays

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

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

{
    "id": 419499,
    "uri": "https://api.kexp.org/v2/plays/419499/?format=api",
    "airdate": "2001-04-29T18:34:00-07:00",
    "show": 7014,
    "show_uri": "https://api.kexp.org/v2/shows/7014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511Hv35QESL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511Hv35QESL._SL75_.jpg",
    "song": "Funky Song",
    "track_id": "e56aa785-2118-4d79-a600-854b57756346",
    "recording_id": null,
    "artist": "Low Profile",
    "artist_ids": [
        "f2e0afea-19a3-42e9-aa8f-8878658d4344"
    ],
    "album": "We're in This Together",
    "release_id": "1cff2012-8222-4258-b187-ff5330ed379a",
    "release_group_id": null,
    "labels": [
        "Priority"
    ],
    "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"
}