Information about plays

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

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

{
    "id": 1342149,
    "uri": "https://api.kexp.org/v2/plays/1342149/?format=api",
    "airdate": "2008-02-23T01:14:49-08:00",
    "show": 23446,
    "show_uri": "https://api.kexp.org/v2/shows/23446/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FViJ8taUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FViJ8taUL._SL75_.jpg",
    "song": "Dog Eat Dog",
    "track_id": "5c3094db-0f0c-4768-90a6-f44c959b497e",
    "recording_id": null,
    "artist": "Adam and The Ants",
    "artist_ids": [
        "75d4f194-969c-4538-b789-742f3eb3d02c"
    ],
    "album": "Kings of the Wild Frontier",
    "release_id": "ebea31ba-35ce-43b8-a782-c3f6078af672",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}