Information about plays

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

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

{
    "id": 497874,
    "uri": "https://api.kexp.org/v2/plays/497874/?format=api",
    "airdate": "2001-12-18T00:53:00-08:00",
    "show": 8544,
    "show_uri": "https://api.kexp.org/v2/shows/8544/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4186J31JBAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4186J31JBAL._SL75_.jpg",
    "song": "Trompeta y Bongo",
    "track_id": "eb3c3563-647d-4e06-a36b-b53f12254432",
    "recording_id": null,
    "artist": "Jack Costanzo",
    "artist_ids": [
        "287d9323-9f3f-4cf7-94e2-3a6b91a38887"
    ],
    "album": "Back From Havana",
    "release_id": "ecd6f419-328a-4906-a880-2dc3c30a415c",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "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"
}