Information about plays

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

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

{
    "id": 503889,
    "uri": "https://api.kexp.org/v2/plays/503889/?format=api",
    "airdate": "2002-01-05T05:12:00-08:00",
    "show": 8659,
    "show_uri": "https://api.kexp.org/v2/shows/8659/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31E5D8999FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31E5D8999FL._SL75_.jpg",
    "song": "Pearls Girl",
    "track_id": "44c211b4-607b-451b-827c-2a6ecd88cdcd",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Everything, Everything",
    "release_id": "6e82ff12-689d-48d1-a8f2-c211be50053e",
    "release_group_id": null,
    "labels": [
        "JBO"
    ],
    "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"
}